Appearance
Errors
The Kelio ATS API uses the following HTTP status codes:
Status code | Description |
---|---|
400 | Bad Request - Your request is invalid, the API should also gives you more information about the error |
401 | Unauthorized - Your JWT is invalid |
403 | Forbidden - You're not allowed to access this resource, or you have reached the limit quota |
404 | Not found - Resource not found |
409 | Conflict - The resource you're trying to create already exists |
500 | Internal Server Error - It shouldn't happen, but if it does, please contact us 😃 |
503 | Service Unavailable - API is temporary offline for maintenance |