Error Handling
The Web API returns standard HTTP error codes. Any non-200 response will return a JSON object in the response body.
Error Codes
| Error Code | Description |
|---|---|
| 200 | OK |
| 400 | Bad request |
| 401 | Unauthorized |
| 403 | Forbidden |
| 403 | Not found |
| 408 | Request timeout |
| 415 | Unsupported MIME type |
| 429 | Too many requests |
| 500 | Internal server error |
| 503 | Service unavailable |