Errors
The API uses the following error codes:
| HTTP Status Code | Name | Meaning |
|---|---|---|
| 400 | Bad Request | Your request is invalid. |
| 401 | Unauthorized | API key invalid or not supplied. |
| 403 | Forbidden | Not permitted for this user. |
| 404 | Not Found | |
| 405 | Method Not Allowed | |
| 429 | Too Many Requests | API access throttled. Please reduce number or frequency of requests. |
| 500 | Internal Server Error | Unexpected Error in our API. Please try again later or contact support. |
| 503 | Service Unavailable | We're temporarily offline for maintenance. Please try again later. |
| 504 | Gateway Timeout | Maximum duration exceeded. |