Z

Zoom GraphQL API

GraphQL discovered

Details
Endpoint
https://api.zoom.us/v3/graphql
Spec
introspection
Docs
https://developers.zoom.us/docs/api/graphql/get-started/
Authentication
Zoom OAuth app client credentials oauth2 discovered Set up OAuth ↗
Authorization: Bearer <credential>

In the Zoom App Marketplace, choose DevelopBuild App, create a General app, then use the generated development or production client_id and client_secret from App Credentials. Configure the required OAuth redirect URL and OAuth allow lists, then add the scopes your integration needs. Use these credentials with the Zoom OAuth 2.0 authorize endpoint https://zoom.us/oauth/authorize and token endpoint https://zoom.us/oauth/token.

Zoom Server-to-Server OAuth app credentials oauth2_cc discovered Set up OAuth ↗
Authorization: Bearer <credential>

In the Zoom App Marketplace, choose DevelopBuild an App, create a Server-to-Server OAuth App, and activate it. On the app's credentials page, copy the account_id, client_id, and client_secret, then add the scopes your integration needs. Exchange them at https://zoom.us/oauth/token with grant_type=account_credentials to obtain a one-hour bearer access token.