Understand HrFlow.ai success and error codes.
HTTP Status codes
Our API returns standard HTTP success or error status codes.
| Code | Title | Description |
|---|---|---|
| 200 | OK | The request was successful. |
| 201 | Created | The resource was successfully created. |
| 202 | Async created | The resource was asynchronously created. |
| 400 | Bad request | Bad request |
| 401 | Unauthorized | Your API key is invalid. |
| 402 | Over quota | Over plan quota on this endpoint. |
| 404 | Not found | The resource does not exist. |
| 422 | Validation error | A validation error occurred. |
| 50X | Internal Server Error | An error occurred with our API. |
