Skip to content

  Errors

API errors return a valid HTTP 4xx or 5xx response code, with additional JSON data.

Section Description
code The HTTP response code, ex 401
error The HTTP response code description, Unauthorised
message A more detailed message of what went wrong
Example error response
{
    "code": 404,
    "error": "Not found",
    "message": "The API endpoint you've requested does not exist."
}