Authentication Method
oauth_2- OAuth 2.0
OAuth App Setup
Step 1: Create a Zoom App
- Log in to the Zoom Marketplace
- Click Develop → Build App
- Choose OAuth as the app type
- Fill in the app name and click Create
Step 2: Configure OAuth Settings
- In your app settings, go to OAuth
- Add a redirect URL (e.g.,
http://localhost:3456/callback) - Copy your Client ID and Client Secret
Step 3: Store Credentials
Step 4: Authorize
Webhook Setup (Optional)
- In your Zoom app, go to Feature → Event Subscriptions
- Add a subscription and configure your endpoint URL
- Copy the Secret Token
Required Credentials Summary
| Credential | Required For | Where to Find |
|---|---|---|
| Client ID | OAuth flow | Zoom Marketplace → App credentials |
| Client Secret | OAuth flow | Zoom Marketplace → App credentials |
| Webhook Secret Token | Webhook verification | App → Event Subscriptions |