Factuarea API

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.

CodeTypeHTTPDescription
account_not_foundnot_found_error404The account behind the key could not be resolved, which usually means the key no longer points at a live company.
api_key_already_revokedinvalid_request_error422The key was already revoked, and a revoked key admits no further operations: revocation is terminal.
api_key_not_foundnot_found_error404The identifier does not match any API key of the authenticated company.

On this page