Session AI · OAuth Scopes
Session AI OAuth Scopes
OAuth 2.0
probed
Session AI publishes 5 OAuth 2.0 scopes via the authorizationCode flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the Session AI API on a user’s behalf.
Tokens are issued from https://jsaqyxhgmkgcyaocjnzz.supabase.co/auth/v1/oauth/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.
CompanyArtificial IntelligenceEcommerceRetailPersonalizationMarketingAgentic AIDecisioningCustomer DataEventsReal TimeMCP
Scopes: 5
Flows: authorizationCode
Method: probed
OAuth endpoints
Authorization URL
https://jsaqyxhgmkgcyaocjnzz.supabase.co/auth/v1/oauth/authorize
https://jsaqyxhgmkgcyaocjnzz.supabase.co/auth/v1/oauth/authorize
Token URL
https://jsaqyxhgmkgcyaocjnzz.supabase.co/auth/v1/oauth/token
https://jsaqyxhgmkgcyaocjnzz.supabase.co/auth/v1/oauth/token
Flows
authorizationCode
authorizationCode
Scopes (5)
| Scope | Description | Flows |
|---|---|---|
| openid | OpenID Connect sign-in; returns an ID token for the authenticated subject. | authorizationCode |
| profile | Access to the authenticated user's basic profile claims. | authorizationCode |
| Access to the authenticated user's email claim. | authorizationCode | |
| phone | Access to the authenticated user's phone claim. | authorizationCode |
| offline_access | Issues a refresh token so the client can act without the user present. | authorizationCode |