Attention All API endpoints receive and return JSON.
| HTTP Code | Description |
|---|---|
| 200 OK | Your request was successful. |
| 400 Bad Request | A required parameter was not sent or is invalid. In this case, the response itself will indicate the problem. |
| 401 Unauthorized | No Bearer Token was sent or it is invalid. |
| 403 Forbidden | Unauthorized request. API abuse or use of disallowed parameters can generate this code. |
| 403 Forbidden / Cloudfront (GET) | 403 errors on GET calls indicate that you are sending a body with the request. You must not send any body data in GET requests. |
| 404 Not Found | The endpoint or requested object does not exist. |
| 429 Too Many Requests | Too many requests in a given time period. More in our Rate Limiting section. |
| 500 Internal Server Error | Something went wrong on the gates2b server. |