Our current error code explanations
The API uses HTTP status codes to indicate an error has occurred while processing a request.
Code | Description |
---|---|
400 | Either a malformed request, or a missing or invalid parameter was passed. Often with 400 errors related to parameters, we'll return a broad description of the issue. |
401 | The request could not be authenticated |
403 | The user is not authorized to access the requested resource |
404 | Either the request was made to an incorrect endpoint, or the requested resource doesn't exist |
415 | API Request Error is displayed because you need to transcode the media you are trying to upload. |
429 | We've received too many API requests from this account over the last hour |