The partner's effective granted scopes (derived, no key minted)
What this partner can do, without minting a key or calling the live gate.
Customer scopes are derived from the employer subscriptionPlan (the same
resolver the auth path uses); external scopes are the per-contract overrides.
An empty set means the plan has no API access (Essentials / no plan), which
the console surfaces as an upgrade prompt rather than an error.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Path Parameters
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.