All error responses follow a standard format and are nested under an errors key in the response. The value will be an array of error messages.
{
"errors": [
"You are not authorized to view this resource."
]
}
| Status Code | Message | Reason |
|---|---|---|
500 | An unknown error occurred | Something is wrong on the server side. |
401 | Invalid Token | Either you are using an invalid token or you do not have access to perform that action. |
429 | Rate Limit Reached | You have exceeded the amount of allowed API calls in a given time frame. |
