Skip to main content

Errors

The API uses standard HTTP status codes and returns structured JSON error responses.

Error Response Format

Status Codes

Success

Client Errors

Server Errors

Handling Errors

Rate Limits (429)

When you receive a 429 response, the Retry-After header tells you how many seconds to wait:

Exponential Backoff

For production applications, implement exponential backoff: