Z

Zoom REST API

REST discovered

Details
URL
https://api.zoom.us/v2/
Docs
https://developers.zoom.us/docs/api/
Authentication
Zoom OAuth app credentials oauth2 discovered Set up OAuth ↗

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.

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.