Skip to main content
GET
The partner's effective granted scopes (derived, no key minted)

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-Internal-Auth
string | null

Path Parameters

partner_id
string
required

Response

Successful Response

A partner's effective granted scopes, derived WITHOUT minting a key.

For customer partners the scopes are derived from the employer plan (subscription_plan); for external partners they are the per-contract scope_overrides. api_enabled is false when the set is empty (an Essentials / no-plan customer) — the console renders the upgrade prompt.

partner_id
string
required
partner_type
enum<string>
required
Available options:
customer,
external
granted_scopes
string[]
required
api_enabled
boolean
required
subscription_plan
string | null