Common status codes
| Status | Meaning |
|---|---|
400 | The request payload, path parameter, or query parameter is invalid. |
401 | The caller is not authenticated or the session is invalid. |
404 | The requested resource does not exist in the current workspace or environment. |
Request IDs
Includerequest_id when you report API issues.
Authentication failures
Protected routes require a workspace API key inAuthorization: Bearer <api_key>.
Environment mistakes
Environment-scoped routes default tosandbox. always pass environment=live explicitly when operating on
live workspace resources.