Below is the list of supported status codes for the API. You must handle each status_code exactly as described below.| Status Code | Description |
|---|
| 200 | OK - The request was successful. |
| 400 | Bad Request - Invalid parameters or format. |
| 401 | Unauthorized - Missing or invalid token. |
| 403 | Forbidden - You do not have permission to access this. |
| 404 | Not Found - The requested resource could not be found. |
| 429 | Too Many Requests - You have exceeded the API rate limit. |
| 500 | Internal Server Error - An unexpected error occurred on the server. |
Modified at 2026-03-06 22:38:46