HTTP Status Codes
| Status Code | Meaning | Description |
|---|---|---|
200 | OK | Request successful |
201 | Created | Resource created successfully (CMS POST) |
400 | Bad Request | Invalid request parameters or body |
401 | Unauthorized | Missing or invalid authentication credentials |
403 | Forbidden | Insufficient permissions for this operation |
404 | Not Found | Resource does not exist |
429 | Too Many Requests | Rate limit exceeded |
500 | Internal Server Error | Server-side error |