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
| Name | Type | Required | Description |
|---|
Authorization |
string |
Required |
Bearer followed by your API key. |
Path parameters
| Name | Type | Required | Description |
|---|
id |
string |
Required |
Key id from List API keys. |
Response
403 Forbidden.
| Name | Type | Description |
|---|
error |
string |
owner_session_required |
error_description |
string |
What to do instead. |
Errors
| Status | Error | Meaning |
|---|
| 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.