Webex · OAuth Scopes

Webex OAuth Scopes

OAuth 2.0 derived

Webex 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 Webex API on a user’s behalf.

Tokens are issued from /.

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.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
Scopes: 1 Flows: authorizationCode Method: derived

OAuth endpoints

Authorization URL
/ https://webexapis.com/v1/authorize
Token URL
/ https://webexapis.com/v1/access_token
Flows
authorizationCode

Scopes (1)

ScopeDescriptionFlows
spark:applications_token Create access tokens for Service Apps authorizationCode

Source

OAuth Scopes

webex-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/webex-admin-openapi.json, openapi/webex-broadworks-openapi.json, openapi/webex-cloud-calling-openapi.json,
  openapi/webex-contact-center-openapi.json, openapi/webex-device-openapi.json, openapi/webex-meeting-openapi.json,
  openapi/webex-messaging-openapi.json, openapi/webex-ucm-openapi.json, openapi/webex-wholesale-openapi.json
schemes:
- name: oauth2
  source: openapi/webex-admin-openapi.json
  flows:
  - flow: authorizationCode
    authorizationUrl: /
    tokenUrl: /
- name: bearerAuth
  source: openapi/webex-admin-openapi.json
  flows:
  - flow: authorizationCode
    authorizationUrl: https://webexapis.com/v1/authorize
    tokenUrl: https://webexapis.com/v1/access_token
  description: OAuth 2.0 Bearer token authentication
- name: oauth2
  source: openapi/webex-broadworks-openapi.json
  flows:
  - flow: authorizationCode
    authorizationUrl: /
    tokenUrl: /
- name: oauth2
  source: openapi/webex-cloud-calling-openapi.json
  flows:
  - flow: authorizationCode
    authorizationUrl: /
    tokenUrl: /
- name: oauth2
  source: openapi/webex-contact-center-openapi.json
  flows:
  - flow: authorizationCode
    authorizationUrl: /
    tokenUrl: /
- name: oauth2
  source: openapi/webex-device-openapi.json
  flows:
  - flow: authorizationCode
    authorizationUrl: /
    tokenUrl: /
- name: oauth2
  source: openapi/webex-meeting-openapi.json
  flows:
  - flow: authorizationCode
    authorizationUrl: /
    tokenUrl: /
- name: oauth2
  source: openapi/webex-messaging-openapi.json
  flows:
  - flow: authorizationCode
    authorizationUrl: /
    tokenUrl: /
- name: oauth2
  source: openapi/webex-ucm-openapi.json
  flows:
  - flow: authorizationCode
    authorizationUrl: /
    tokenUrl: /
- name: oauth2
  source: openapi/webex-wholesale-openapi.json
  flows:
  - flow: authorizationCode
    authorizationUrl: /
    tokenUrl: /
scopes:
- scope: spark:applications_token
  description: Create access tokens for Service Apps
  flows:
  - authorizationCode
  sources:
  - openapi/webex-admin-openapi.json