Common Errors
Explains what to do when you encounter errors from the API
400 Bad Request
This error occurs when you provide parameters (body, or query) that are not supported.
The reaponse body will contain details about the issue.
401 Unauthorized
This error occurs when the API key is missing or invalid. To resolve this error, ensure that you have provided the correct API key in the request headers.
The reaponse body will contain the following:
403 Forbidden
This error occurs when you request a resource that you do not have access to. To resolve this error, ensure that your subscription includes this resource.
The reaponse body will contain the following:
404 Not Found
This error occurs when you request a resource that does not exist.
The reaponse body will contain the following:
429 Limit Exceeded
When using an API your account is limited to a certain number of requests depending on your subscription.
To resolve this error, you can either wait for the limit to reset or upgrade your subscription.
The reaponse body will contain the following:
500 Internal Server Error
This error occurs when there is an issue with the server. If you have received this error, please contact support immediately. We constantly monitor our servers and will resolve the issue as soon as possible, but sometimes the error you encounter may be due to a temporary issue or we are not aware of if at the moment.
The reaponse body will contain the following: