Skip to main content
The API uses standard HTTP status codes. Errors return a JSON body describing what went wrong.

Handling expired or revoked API keys

A 401 typically means the API key has expired or has been revoked. You may generate a new API key.

Handling validation errors

A 400 indicates a malformed request, for example a non-positive page or limit (see Pagination). Inspect the response body for details and correct the request before retrying.