insufficient_scope
The key authenticates correctly but does not carry the scope this operation requires. Scopes are granted when the key is issued and are not widened at call time.
| Code | Type | HTTP | Category |
|---|---|---|---|
insufficient_scope | authorization_error | 403 | Authorization |
Cause
The key authenticates correctly but does not carry the scope this operation requires. Scopes are granted when the key is issued and are not widened at call time.
What to do
Issue a key including the scope named in error.message — read scopes for queries, write scopes for changes — and use it for this call.