Account and keys

List API keys

GET https://getinboxtriage.com/api/account/api-keys

Lists API keys on the account. Never returns the raw key or its hash.

Headers

NameTypeRequiredDescription
Authorization string Required Bearer followed by your API key.

Response

200 OK. Returns array of key objects.

NameTypeDescription
id string Key id.
label string Name the person gave the key.
keyPrefix string The first characters of the key, to tell keys apart.
createdAt string ISO time.
revokedAt string | null When it was revoked. null while active.

Errors

Any route can also return 401 for a bad key, 402 when the trial ended or payment failed, and 429 when you send too many requests. See Errors.