# insufficient_scope

> This token does not have the required scope

- HTTP status: 403
- Problem Details type: https://api.inleed.com/errors/insufficient_scope

## What happened

The endpoint requires a scope this token does not carry. The `detail` in the live response names it exactly — read that line rather than guessing. Scopes are fixed when a token is minted and can never be widened afterwards.

## What to do

Call `whoami` (or `GET /me`) to see the scopes this token actually holds. To gain the missing one, mint a new token in the client area under Menu → API access with that scope ticked, then revoke the old one.

