- 2xx: Success — The request was successful.
- 4xx: Client Error — There was an issue with the request, such as missing or incorrect information.
- 5xx: Server Error — A rare server issue occurred. We typically resolve these quickly before they affect you.
| Response Code | Description |
|---|---|
| 200 | Request was successful |
| 400 | Bad request |
| 401 | Unauthorized request |
| 404 | Request resource does not exist |
| 429 | Too many requests sent to the API |
| 500, 502 | Server error. Contact us immediately |