Z
Zoom GraphQL API
Details
- Endpoint
-
https://api.zoom.us/v3/graphql - Spec
- introspection
- Docs
- https://developers.zoom.us/docs/api/graphql/get-started/
Authentication
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.