Errors
API uses HTTP response codes to indicate the success or failure of an API request. This guide provides an overview of the error codes that may be returned from API requests and solutions to help resolve each error type.
HTTP status codes in the
2xx
range indicate that the request was successful.
HTTP status codes in the
4xx
range indicate an error relating to the information provided in the request.
HTTP status codes in the
5xx
range indicate an error with API's servers. These errors are rare.