APIs
Error Handling
Detected uses conventional HTTP response codes to indicate the success or failure of an API request, codes used follow the standard for a REST API.
Some of the most common errors are listed below:
Error Status | Possible causes |
---|---|
401 - Unauthorized | Bearer token or list id are incorrect, check these match the credentials in your account - Authentication |
400 - Bad Request | Request body is unacceptable, check the request against the relevant API doc |
404 - Not Found | The requested resource doesnt exist |
429 - Too Many Requests | Too many requests to the API are being made and the rate limit has been reached, |