Demodesk · OAuth Scopes

Demodesk OAuth Scopes

OAuth 2.0 searched

Demodesk publishes 1 OAuth 2.0 scope via the authorizationCode flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the Demodesk API on a user’s behalf.

Tokens are issued from https://demodesk.com/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.

CompanySalesAIConversation IntelligenceVideo ConferencingCRMTranscriptionWebhooksMCP
Scopes: 1 Flows: authorizationCode Method: searched

OAuth endpoints

Authorization URL
https://demodesk.com/oauth/authorize
Token URL
https://demodesk.com/oauth/token
Flows
authorizationCode

Scopes (1)

ScopeDescriptionFlows
mcp:tools Access to the Demodesk MCP server tool surface (the v2 API capabilities). authorizationCode

Source

OAuth Scopes

Raw ↑
generated: '2026-07-18'
method: searched
source: https://demodesk.com/.well-known/oauth-authorization-server
docs: https://demodesk.com/mcp
note: >-
  Demodesk's REST API authenticates with a Bearer API key and declares no OAuth2
  scopes in its OpenAPI. OAuth2 is used by the hosted MCP server
  (https://demodesk.com/mcp); its authorization-server metadata publishes a
  single scope. Captured from the live well-known document, not the OpenAPI.
schemes:
- name: OAuth2 (MCP)
  source: https://demodesk.com/.well-known/oauth-authorization-server
  flows:
  - flow: authorizationCode
    authorizationUrl: https://demodesk.com/oauth/authorize
    tokenUrl: https://demodesk.com/oauth/token
    registrationUrl: https://demodesk.com/oauth/register
    revocationUrl: https://demodesk.com/oauth/revoke
    introspectionUrl: https://demodesk.com/oauth/introspect
    pkce: S256
scopes:
- scope: mcp:tools
  description: Access to the Demodesk MCP server tool surface (the v2 API capabilities).
  flows: [authorizationCode]
  sources: [https://demodesk.com/.well-known/oauth-authorization-server]