Factuarea API

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.

CodeTypeHTTPCategory
insufficient_scopeauthorization_error403Authorization

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.

On this page