Z
Zoom REST API
Details
- URL
-
https://api.zoom.us/v2/ - Docs
- https://developers.zoom.us/docs/api/
Authentication
In the Zoom App Marketplace, click Develop > Build App, choose General app, and create the app. On Basic Info, Zoom generates a development client_id and client_secret; configure your OAuth redirect URL and allow lists there. Use these credentials with the OAuth endpoints at https://zoom.us/oauth/authorize and https://zoom.us/oauth/token.
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.