Errors
API error codes and handling.
| Code | Status | Description |
|---|---|---|
| 400 | Bad Request | Invalid parameters or malformed request body. |
| 401 | Unauthorized | Missing or invalid API key. |
| 403 | Forbidden | Insufficient permissions for this resource. |
| 404 | Not Found | Resource does not exist. |
| 429 | Rate Limited | Too many requests — retry with exponential backoff. |
| 500 | Internal Error | Unexpected server error — contact support if persistent. |