Zoom REST API
- URL
-
https://api.zoom.us/v2/ - Docs
- https://developers.zoom.us/docs/api/
Authorization: Bearer <credential> In the Zoom App Marketplace, choose Develop → Build 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.
Authorization: Bearer <credential> In the Zoom App Marketplace, choose Develop → Build 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.