Appearance
Error Status Codes
If an error is detected on our side while running your API call, you will get one of the following error codes:
| Status Code | Meaning | Description |
|---|---|---|
| 400 | Bad Request | Check your request parameters. |
| 401 | Unauthorized | Check your API key. |
| 403 | Forbidden | Forbidden. |
| 404 | Not Found | No valid API user was found. |
| 405 | Method Not Allowed | You tried to run an invalid method. |
| 406 | Not Acceptable | Invalid format. |
| 410 | Gone | The requested object has been removed. |
| 418 | I’m a teapot | Yes, I’m a teapot. |
| 429 | Too Many Requests | Slow down! |
| 500 | Unexpected Error | Try again later. |
| 503 | Service Unavailable | Try again later. |
INFO
API RESPONSE EXAMPLE
An API call response indicating a 500 error:
json
{
"statusCode": 500,
"statusMessage": "Unexpected Error"
}