Status Codes
Each response to a request contains an HTTP status code.
| Response | Status Code | Description |
|---|---|---|
OK
|
200 | OK - The request was successful. |
INVALID_CLIENT_INPUT
|
400 | Bad Request - The request was invalid or missing parameters. |
INVALID_TOKEN
UNAUTHORIZED |
401 | Unauthorized - Invalid API token. |
FORBIDDEN |
403 | Forbidden - User lacks the necessary permissions. |
NOT FOUND |
404 | Not Found - Requested resource does not exist. |
TOO MANY REQUESTS |
429 | Too Many Requests - Rate limit exceeded. |
INTERNAL_ERROR
|
500 | Internal Server Error - A problem occurred with the API. |
SERVICE_UNAVAILABLE
|
503 | Service Unavailable - The API service is temporarily down. |