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 Server-to-Server OAuth app credentials oauth2_cc discovered Set up OAuth ↗
Authorization: Bearer <credential>

In the Zoom App Marketplace, build a Server-to-Server OAuth app. On the app details page, copy the account_id, client_id, and client_secret. Use them to request access tokens from https://zoom.us/oauth/token with grant type account_credentials.