Me
Confirm which brand your key belongs to, and list the part types this API supports.
Get the authenticated brand
GET/v1/me
ModelsExpand Collapse
IdentityResponse object { brand_id, key_id, webhook_delivery } Who this API key is.
IdentityResponse object { brand_id, key_id, webhook_delivery }
Who this API key is.
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.
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