Skip to main content

Error codes

HTTP codeMeaning
200Success
400Bad Request — validation or missing field
401Unauthorized — invalid Bearer token / API key
403Forbidden — user not a member of the company
404Not Found
409Conflict — duplicate resource
429Too Many Requests — rate limit
498Token expired — refresh access token
500Internal Server Error — contact support

Common error response format

{
"message": "ERROR",
"errors": [
"Invoice XML size must be between 1 byte and 10MB"
],
"trackingId": "uuid"
}