Errors

HTTP response codes indicate the success or failure of an API request. Codes in the 2xx range indicate success. Codes in the 4xx range indicate an error. In case of an error, the response body contains additional details. Examples of status codes with an error:

  • 403 — Unauthorized
  • 404 — Not Found
  • 405 — Method Not Allowed
  • 500 — Server Error