Concepts

Error Explorer

HTTP status codes, and every named application error code the API can return.

HTTP status codes

CodeMeaning
400Bad Request — invalid parameters or body
401Unauthorized — missing or invalid API key
403Forbidden — insufficient permissions
404Not Found — resource does not exist
429Too Many Requests — rate limit exceeded
5xxServer 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.

EMAIL_VERIFICATION_REQUIRED403

Please verify your email to sign in. Check your inbox for the verification link.

SERVICE_UNAVAILABLE503

Service temporarily unavailable. Please try again later.

Edit this page on GitHub