The API may return the following codes:
Code | Name | Description |
---|---|---|
200 | Success | Success |
201 | Created | Resource created |
204 | No Content | Success but the response does not contain any data (e.g., deletion) |
400 | Bad Request | The request is invalid |
401 | Unauthorized | Authentication failed |
403 | Forbidden | Insufficient rights to perform the requested action |
404 | Not Found | The resource is not found |
422 | Unprocessable Entity | The transmitted data is malformed |
429 | Too Many Requests | Too many requests have been made |
500 | Internal Server Error | An internal server error occurred (the technical team is automatically notified) |