Each response to a request contains an HTTP status code. This API will return one of the following status codes:
| Response | Status Code | Description |
|---|---|---|
OK
|
200 | OK - The request was successful. |
INVALID_FILE_ID
|
400 | Bad Request - The File ID in the request is invalid. |
INVALID_TOKEN
UNAUTHORIZED |
401 | Unauthorized - Invalid API token. |
FORBIDDEN |
403 | Forbidden - User lacks the necessary permissions. |
TOO_MANY_REQUESTS |
429 | Too Many Requests - Rate limit exceeded. |
INTERNAL_SERVER_ERROR
|
500 | Internal Server Error - A problem occurred with the API. |
SERVICE_UNAVAILABLE
|
503 | Service Unavailable - The API service is temporarily down. |