| Status | Name | Description |
|---|---|---|
| 400 | Bad Request | Invalid parameter structure on request body. |
| 401 | Unauthorized | API_KEY is invalid or missing. |
| 403 | Forbidden | API_KEY can’t access this resource. |
| 404 | Not Found | The resource could not be found. |
| 409 | Conflict | The resource could not be created or updated due to a conflicting condition. |
| 429 | Too Many Requests | Rate limit exceeded. |
| 500 | Internal Server Error | This is an unexpected server error. Please, contact us for support. |