Guide
Errors
How to read HTTP error responses
Endpoints document the status codes they actually return. Common admin statuses include:
400validation error403forbidden for the supplied role404resource not found409conflict422unprocessable entity429rate limited5xxunexpected server failures
Always rely on the per-operation Responses panel rather than assuming a global error envelope.