Generic errors applicable to the entire set of APIs.
For specific errors related to one endpoint, please see the Error Response section on the specific endpoint.

Error Response

{
    "status": 500,
    "message": "Internal server error."
}

Internal Server error, please check the JSON is correctly formatted and reach out to support.

{
  	"status": 422,
    "error": "<field> is not allowed to be empty"
}
{
  "status": 422,
  "error": "<field> is not allowed"
}

Unprocessable Content Error, please check the entity and field in the error message is not allowed or is allowed but should not be empty.

{
    "status": 401,
    "message": "Invalid credentials."
}

Unauthorised Error. Please check that both the API key and secret are correct and passed in the correct header. Please reach out to support if you believe the keys were deactivated.