Skip to content

Error Status Codes

If an error is detected on our side while running your API call, you will get one of the following error codes:

Status CodeMeaningDescription
400Bad Request Check your request parameters.
401UnauthorizedCheck your API key.
403ForbiddenForbidden.
404Not FoundNo valid API user was found.
405Method Not AllowedYou tried to run an invalid method.
406Not AcceptableInvalid format.
410GoneThe requested object has been removed.
418I’m a teapotYes, I’m a teapot.
429Too Many RequestsSlow down!
500Unexpected Error Try again later.
503Service UnavailableTry again later.

INFO

API RESPONSE EXAMPLE

An API call response indicating a 500 error:

json
{
  "statusCode": 500,
  "statusMessage": "Unexpected Error"
}