Skip to main content

scope_missing

The details.required field on the error envelope (when present) lists the scopes the endpoint accepts; if the token has any one of them the request will succeed. For example, GET /v1/notes requires notes:read. A key with only posts:read returns:
To recover, edit the key in Settings → Developer → API keys and tick the missing scope. Edits take effect within 5 seconds (we bust the auth cache on save). See auth.md §1.2 for the scope catalogue.