API Error Codes¶
This table summarizes the common error codes along with their error types and brief descriptions. Each error type links to its detailed troubleshooting section on the API Troubleshooting page.
Code | Error Type | Description |
---|---|---|
400 |
Bad Request | The request is malformed or missing required parameters. |
401 |
Unauthorised | Authentication is required or has failed. |
403 |
Forbidden | The server understands the request but refuses to authorize it. |
404 |
Not Found | The requested resource could not be located. |
429 |
Too Many Requests | The rate limit has been exceeded. |
500 |
Internal Server Error | An unexpected error occurred on the server. |
503 |
Service Unavailable | The server is temporarily unable to handle the request. |
For detailed troubleshooting steps for each error type, visit the API Troubleshooting page.