HTTP response codes
| Code | Description |
|---|---|
200 | Success (read) |
201 | Resource created |
204 | Success, no content (update/delete) |
401 | Unauthorized |
404 | Resource not found |
422 | Validation error |
429 | Rate limit exceeded |
500 | Internal server error |
| Code | Description |
|---|---|
200 | Success (read) |
201 | Resource created |
204 | Success, no content (update/delete) |
401 | Unauthorized |
404 | Resource not found |
422 | Validation error |
429 | Rate limit exceeded |
500 | Internal server error |