Errors

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 CodeMessageReason
500An unknown error occurredSomething is wrong on the server side.
401Invalid TokenEither you are using an invalid token, or you do not have access to perform that action.
429Rate Limit ReachedYou have exceeded the number of allowed API calls in a given time frame.