The Xeneta API uses standard HTTP response codes to indicate the status of an API request.
As a rule, codes in the 2xx
range indicate success, while codes in the 4xx
range indicate an issue with the request. Codes in the 5xx
range indicate an error with our servers.
All endpoints available in the Xeneta API can return the following status codes:
Response code | Description |
---|---|
| The request was processed successfully. |
| The request was processed successfully, but there was no data in the response. |
| The request failed due to missing or incorrect input parameters. |
| The API key was either not provided or incorrect. |
| The API key doesn't have permissions to access the requested resource. |
| The request was understood by the API server, but could not be processed correctly. |
| The API server received too many requests in a short span of time. |
| Something went wrong on our end. |