HTTP error status codes
api/v1
If an API call is invalid, a JSON response body will return with the following response format. Please review the table within each section to view specific return responses.
Status code | Description |
| The request was unaccceptable, often due to missing a required parameter. |
| Authentication was invalid. |
| The parameters were valid but the request failed. |
| The requested resource doesn't exist. |
| The request conflicts with another request. |
| Too many requests hit the API too quickly. |
| Something went wrong (server error). |
Note: If a table is not present in the section, the API response is not returned in a standard format.
Last updated