Zoom · Authentication Profile

Zoom Authentication

Authentication

Zoom secures its APIs with apiKey, http, and oauth2 across 4 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode flow(s).

ChatCollaborationCommunicationsMeetingsVideo ConferencingVideosWebinars
Methods: apiKey, http, oauth2 Schemes: 4 OAuth flows: authorizationCode API key in: query

Security Schemes

oauth2 oauth2
· flows: authorizationCode
bearerAuth http
scheme: bearer
api_key apiKey
· in: query (api_key)
api_secret apiKey
· in: query (api_secret)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/zoom-meeting-api-openapi.yml, openapi/zoom-openapi-original.yml
summary:
  types:
  - apiKey
  - http
  - oauth2
  api_key_in:
  - query
  oauth2_flows:
  - authorizationCode
schemes:
- name: oauth2
  type: oauth2
  flows:
  - flow: authorizationCode
    authorizationUrl: https://zoom.us/oauth/authorize
    tokenUrl: https://zoom.us/oauth/token
    scopes: 19
  description: Zoom uses OAuth 2.0 for authentication. Server-to-Server OAuth and standard OAuth
    apps are supported.
  sources:
  - openapi/zoom-meeting-api-openapi.yml
- name: bearerAuth
  type: http
  scheme: bearer
  bearerFormat: JWT
  description: Bearer token obtained from OAuth 2.0 Server-to-Server or standard OAuth flow.
  sources:
  - openapi/zoom-meeting-api-openapi.yml
- name: api_key
  type: apiKey
  in: query
  parameter: api_key
  sources:
  - openapi/zoom-openapi-original.yml
- name: api_secret
  type: apiKey
  in: query
  parameter: api_secret
  sources:
  - openapi/zoom-openapi-original.yml