Skip to main content

auth.scope_denied

HTTP Status: 403 Category: Authentication

When you see this

Key authenticated but lacks the scope for this endpoint.

How to fix it

Mint a new key with the required scope, or contact support if your plan does not include the requested surface.

Example response

{
"error": {
"code": "auth.scope_denied",
"message": "Key authenticated but lacks the scope for this endpoint.",
"hint": null,
"doc_url": "https://docs.valara.cloud/api-reference/errors/auth.scope_denied",
"request_id": "req_01H...",
"details": {
"errors": [],
"field_count": 0
}
}
}