Setup
Get credentials
Go to the Zoom App Marketplace and click Develop > Build App. Choose OAuth as the app type. Add your redirect URI:Scopes
Default scopes:openid, profile, email
| Scope | What it unlocks |
|---|---|
openid | OIDC identity token |
profile | Name and profile picture |
email | Email address |
meeting:read | Read meeting info |
Endpoints
| Method | Path | Description |
|---|---|---|
| GET | /auth/oauth/authorize/zoom | Redirect to Zoom |
| GET | /auth/oauth/callback/zoom | Handle callback |