Skip to main content
Here is a list of the error codes the API will return if something goes wrong (see endpoint documentation for endpoint-specific errors):
Error CodeMeaning
400Bad Request — See endpoint documentation for more information.
401Unauthorized — Your API key is invalid.
403Forbidden — Insufficient rights to a resource.
404Not Found — Requested resource does not exist. See endpoint documentation for more information.
405Method Not Allowed — The method being used is not supported for this resource.
422Unprocessable Entity — Malformed parameters supplied. This can also happen in cases the parameters supplied logically cannot complete the request. In this case, an appropriate error message is delivered.
429Too Many Requests — You have exceeded the rate limit.
500Internal Server Error — We had a problem with our server. Try again later.
503Service Unavailable — This shouldn’t generally happen. Contact us if you encounter this error.