Errors
Error Handling
The API uses standard HTTP response codes to indicate success or failure of requests.
HTTP Status Codes
| Code | Status | Description |
|---|---|---|
| 200 | OK | Request successful |
| 401 | Unauthorized | Invalid or missing API token |
| 403 | Forbidden | Token does not have required abilities |
| 404 | Not Found | Resource not found |
| 422 | Unprocessable Entity | Validation error |
| 429 | Too Many Requests | Rate limit exceeded |
| 500 | Server Error | Internal server error |