Errors
The API uses standard HTTP status codes and returns errors as JSON.
{
"error": {
"code": "invite_not_found",
"message": "We couldn't find that invite."
}
}
| Status | Meaning |
|---|---|
400 |
The request could not be understood. |
401 |
The API token is missing or invalid. |
403 |
The token does not have permission to perform the action. |
404 |
The requested resource does not exist. |
409 |
The request conflicts with the current state of the resource. |
422 |
One or more fields failed validation. |
429 |
Too many requests were made in a short period. |
500 |
Something went wrong on our side. |