Concepts
Error Explorer
Common HTTP error codes and how to handle them.
Error 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 |