Superscale · OAuth Scopes
Superscale OAuth Scopes
OAuth 2.0
probed
Superscale publishes 7 OAuth 2.0 scopes via the authorizationCode flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the Superscale API on a user’s behalf.
Tokens are issued from https://superscale.ai/__clerk/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.
CompanyAiMarketingAdvertisingGenerative AICreativeAdTechSaaSAgentsMCPA2AAgent SkillsAdvertising TechnologyVideo GenerationMedia Buying
Scopes: 7
Flows: authorizationCode
Method: probed
OAuth endpoints
Authorization URL
https://superscale.ai/__clerk/oauth/authorize
https://superscale.ai/__clerk/oauth/authorize
Token URL
https://superscale.ai/__clerk/oauth/token
https://superscale.ai/__clerk/oauth/token
Flows
authorizationCode
authorizationCode
Scopes (7)
| Scope | Description | Flows |
|---|---|---|
| openid | OIDC — request an ID token for the authenticating user (standard OIDC scope). | authorizationCode |
| profile | OIDC — basic profile claims (name) for the authenticating user (standard OIDC scope). | authorizationCode |
| OIDC — the authenticating user's email address (standard OIDC scope). | authorizationCode | |
| public_metadata | Clerk — read the user's public metadata object. | authorizationCode |
| private_metadata | Clerk — read the user's private metadata object. | authorizationCode |
| offline_access | OAuth — issue a refresh token so the client can act without the user present. | authorizationCode |
| user:org:read | Clerk — read the organizations the user belongs to (maps to the org_id claim). | authorizationCode |