CAA Insurance OAuth Scopes
CAA Insurance publishes 4 OAuth 2.0 scopes via the authorizationCode and deviceCode flows. Scopes are the fine-grained permissions an application requests at authorization time to act against the CAA Insurance API on a user’s behalf.
Tokens are issued from https://ccgexternalid.ciamlogin.com/018aba37-21fa-4b10-9382-01cdc448ba66/oauth2/v2.0/token.
This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.
OAuth endpoints
https://ccgexternalid.ciamlogin.com/018aba37-21fa-4b10-9382-01cdc448ba66/oauth2/v2.0/authorize
https://ccgexternalid.ciamlogin.com/018aba37-21fa-4b10-9382-01cdc448ba66/oauth2/v2.0/token
authorizationCodedeviceCode
Scopes (4)
| Scope | Description | Flows |
|---|---|---|
| openid | Sign the user in and issue an ID token. | authorizationCode, deviceCode |
| profile | Basic profile claims (name, preferred_username). | authorizationCode, deviceCode |
| The user's email claim. | authorizationCode, deviceCode | |
| offline_access | Issue a refresh token so the session can be renewed without re-prompting. | authorizationCode, deviceCode |
📄 Provider scope reference: https://ccgexternalid.ciamlogin.com/018aba37-21fa-4b10-9382-01cdc448ba66/v2.0/.well-known/openid-configuration
Source
OAuth Scopes
Work with this as data
Every scope set here is available over the APIs.io API and to AI agents over MCP.