Concepts
Error Explorer
HTTP status codes, and every named application error code the API can return.
HTTP status codes
| Code | Meaning |
|---|---|
400 | Bad Request - invalid parameters or body |
401 | Unauthorized - missing or invalid API key |
403 | Forbidden - insufficient permissions |
404 | Not Found - resource does not exist |
429 | Too Many Requests - rate limit exceeded |
5xx | Server error - retry with backoff |
Application error codes
The code field in an error response body - search or filter to find which endpoints can return a given code, and jump straight to its reference page.
CONFLICT409EMAIL_VERIFICATION_REQUIRED403FORBIDDEN403INTERNAL_ERROR500NOT_FOUND404RATE_LIMITED429SERVICE_UNAVAILABLE503UNAUTHORIZED401