Success Responses
| Code | Meaning |
|---|---|
200 | Request succeeded |
201 | Resource created |
204 | Request succeeded, no content returned |
Client Errors
| Code | Meaning | Action |
|---|---|---|
400 | Bad request | Check request format and required fields |
401 | Unauthorized | Verify your API token |
403 | Forbidden | Check permissions for this resource |
404 | Not found | Resource doesn’t exist |
429 | Rate limited | Wait and retry with backoff |
Server Errors
| Code | Meaning | Action |
|---|---|---|
500 | Internal error | Retry the request |
502 | Bad gateway | Retry the request |
503 | Service unavailable | Retry the request |

