Skip to main content
The API uses standard HTTP status codes. Always check the status code before parsing the body.

Success

Client Errors

Server Errors

Example Error Bodies

401 Unauthorized

404 Not Found

422 Validation Error

429 Rate Limit

Body (JSON):
Headers: Retry-After (seconds, e.g. "60"), X-RateLimit-Limit, X-RateLimit-Remaining ("0" when exceeded), X-RateLimit-Reset (Unix timestamp in seconds, as string). See Rate Limiting and Error Handling.