Account error codes
Every public API error code emitted by Account, with its HTTP status, its type and a page per code.
Error codes emitted by Account. Each code links to its own page with the cause and the action to take.
| Code | Type | HTTP | Description |
|---|---|---|---|
account_not_found | not_found_error | 404 | The account behind the key could not be resolved, which usually means the key no longer points at a live company. |
api_key_already_revoked | invalid_request_error | 422 | The key was already revoked, and a revoked key admits no further operations: revocation is terminal. |
api_key_not_found | not_found_error | 404 | The identifier does not match any API key of the authenticated company. |