Account and keys

Revoke an API key

POST https://getinboxtriage.com/api/account/api-keys/{id}/revoke

Always refused. The signed-in person revokes keys in Settings.

Headers

NameTypeRequiredDescription
Authorization string Required Bearer followed by your API key.

Path parameters

NameTypeRequiredDescription
id string Required Key id from List API keys.

Response

403 Forbidden.

NameTypeDescription
error string owner_session_required
error_description string What to do instead.

Errors

StatusErrorMeaning
403 owner_session_required Always returned.

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.