We use the HTTP status codes to communicate the result of a response.2xx responses indicate success.
4xx responses indicate client errors, such as missing parameters or invalid company credentials.
5xx responses indicate server errors, either within Resolbit or related to the claims themselves.
Error Handling#
| Code | Name | Description |
|---|
| 400 | Bad Request | The request contains invalid or missing parameters |
| 401 | Unauthorized | Invalid or missing API Key |
| 403 | Forbidden | You don't have permission to access the resource |
| 404 | Not Found | The requested resource does not exist |
| 500 | Internal Server Error | Server internal error |
Modified at 2025-04-27 11:04:07