Account and keys
Create an API key
POST
https://getinboxtriage.com/api/account/api-keys
Always refused. The signed-in person creates keys in Settings.
An API key cannot create keys, so a leaked key cannot make more of itself.
Headers
| Name | Type | Required | Description |
|---|
Authorization |
string |
Required |
Bearer followed by your API key. |
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.