| 200 | OK | Everything worked as expected |
| 400 | Bad Request | Request could not be processed, often due to missing parameter |
| 401 | Unauthorised | Could not complete authorization due to missing key, invalid key or missing authorisation header |
| 404 | Not found | Resource does not exist |
| 409 | Conflict | Request conflicts with another request (likely using the same idempotency key) |
| 429 | Too many requests | You are sending too many requests |
| 422 | Unprocessable entity | Payload validation error |
| 5xx | Server error | An unexpected error happened while processing the request |