Scopes
| Scope | Routes | Who receives this key |
|---|---|---|
gather | /qsi/gather/* | Customers using the Gather interview API |
integrations | /connect/{vendor}/* | Customer orgs provisioned by a Connect partner |
accounts | /connect/accounts/* | Connect partner master keys only |
Two-tier Connect model
Connect partners receive a partner master key (accounts scope) to provision customer orgs. Each provisioned customer receives a customer key (integrations scope) for vendor routes.
/connect/accounts. Partner master keys cannot call /connect/{vendor}/* vendor routes.
Gather backward compatibility
Existing Gather API keys issued before Connect scopes may havegather only. They continue to work on /qsi/gather/* unchanged.
New Connect-specific keys are minted with explicit scopes in Eucalyptus Connect Partners.
Examples
- 403 — wrong scope
- 403 — customer on accounts
Using a partner master key on a vendor route:
Related
- Account provisioning
- Authentication
- Error envelope —
FORBIDDENcode

