Error Handling


The Web API returns standard HTTP error codes. Any non-200 response will return a JSON object in the response body.

Error Codes

Error CodeDescription
200OK
400Bad request
401Unauthorized
403Forbidden
403Not found
408Request timeout
415Unsupported MIME type
429Too many requests
500Internal server error
503Service unavailable

Example Response