HTTP 403authorization

Insufficient scope

insufficient_scope

What it means

The API key is valid but lacks the scope required to call this endpoint.

Common causes

How to fix

  1. Mint a new key at /account/api-keys with the scope you need.
  2. Confirm scopes with `GET /api/v1/whoami` — the `scopes` array shows what the key has.

Example

// GET /api/v1/whoami response includes
{ "scopes": ["check", "formula", "pathway", "scan", "webhook"], … }