Skip to content
Linq

Me

Confirm which brand your key belongs to, and list the part types this API supports.

ModelsExpand Collapse
IdentityResponse object { brand_id, key_id, webhook_delivery }

Who this API key is.

brand_id: string

The brand every request on this key is scoped to.

key_id: string

The key’s own id: the key_id that appears in support chats and logs, never the secret.

webhook_delivery: optional object { parked_feeds, next_recovery_attempt_at, oldest_parked_at }

Your webhook delivery health. Present whenever it could be computed, which is every ordinary request; ABSENT means we could not read it, and never that you are healthy.

parked_feeds: number

How many of your (endpoint, chat) feeds are parked. Always present; 0 is a measurement.

formatint32
next_recovery_attempt_at: optional string

At or after this instant, the next recovery attempt is made for one of the endpoints holding your parked feeds. It may be in the past: a due endpoint is probed on the next sweep tick. Absent when nothing is parked.

formatdate-time
oldest_parked_at: optional string

The event time of the oldest event now stuck, which is EARLIER than the moment the feed parked: a feed parks after ten attempts, roughly seventeen minutes after the first. Absent when nothing is parked.

formatdate-time