Error responses for all routes
Here you will find details of the HTTP error responses that could occur with any route. Responses specific to a particular route will be found in the section for that route.
400 - Bad Request
Example
401 - Unauthorized
Example
403 - Forbidden
Example
{
"type": "Forbidden",
"code": 403,
"message": "Invalid API key.",
"name": "ForbiddenError"
}404 - Not Found
Example
422 - Unprocessable Entity
500 - Internal Server Error
Example
Last updated