Skip to main content

4XX Client Errors

4XX errors indicate that there was a problem with the request made by the client. These errors are usually caused by incorrect input or unauthorized access. Example Response:
{
  "error": {
    "code": "Unauthorized",
    "message": "Missing or invalid API token."
  }
}

5XX Server Errors

5XX errors indicate that the server encountered an unexpected condition that prevented it from fulfilling the request.