Demostack · OAuth Scopes
Demostack OAuth Scopes
OAuth 2.0
probed
Demostack publishes 4 OAuth 2.0 scopes via the authorizationCode flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the Demostack API on a user’s behalf.
Tokens are issued from https://mcp.demostack.com/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.
Sales DemoDemo AutomationProduct SimulationWebhookCRM IntegrationSales EnablementPresalesSales EngineeringAnalyticsArtificial IntelligenceMCP
Scopes: 4
Flows: authorizationCode
Method: probed
OAuth endpoints
Authorization URL
https://mcp.demostack.com/authorize
https://mcp.demostack.com/authorize
Token URL
https://mcp.demostack.com/token
https://mcp.demostack.com/token
Flows
authorizationCode
authorizationCode
Scopes (4)
| Scope | Description | Flows |
|---|---|---|
| openid | Request an OpenID Connect subject identifier for the authenticated user. | authorizationCode |
| profile | Basic profile claims for the authenticated user. | authorizationCode |
| Email address claim for the authenticated user. | authorizationCode | |
| offline_access | Issue a refresh token so the client can act after the access token expires. | authorizationCode |