HTTP Response Codes
| Code | Name | Description |
|---|---|---|
200 | OK | Everything worked as expected. |
401 | Unauthorized | No valid Token provided. |
403 | Forbidden | The Token doesn’t have permissions to perform the request. |
404 | Not Found | The requested resource doesn’t exist. |
406 | Not Acceptable | The server cannot provide data in the requested format. |
429 | Too Many Requests | Too many requests hit the API too quickly. |
500, 502, 503, 504 | Server Errors | Something went wrong. |