{
"message": "Description of what went wrong"
}Authorization header uses the format: Bearer <your_api_key>[]), meaning no permissions.hasApikeyPermission middleware was not included on the route.| Status | Meaning | Action |
|---|---|---|
| 400 | Bad request / validation error | Check request parameters |
| 401 | Authentication failed | Verify API key |
| 402 | Subscription expired | Renew company subscription |
| 403 | Permission denied | Check API key scopes |
| 404 | Resource not found | Verify the resource ID |
| 429 | Rate limit exceeded | Wait and retry |
| 500 | Server error | Retry or contact support |