Home / Formulas / Zoom

Zoom

zoom

Authenticate with Zoom using OAuth device code flow. Access Zoom API for meetings, users, and webinars.

🔐 Authentication Methods

device_code
device: https://zoom.us/oauth/device_authorize
token: https://zoom.us/oauth/token
Scope: meeting:read:admin user:read:admin report:read:admin

👤 Identity

Account: e.g., personal, work

🌐 APIs

rest
Base URL: https://api.zoom.us/v2
Auth Header: Authorization: Bearer {token}
Methods: device_code

📦 Public Clients

These clients are bundled with the formula. Schlussel auto-selects the first available public client and its supported method. Just run the command below.

zoom-cli
Client ID: YOUR_CLIENT_ID
Methods: device_code
$ schlussel run zoom

🎮 API Playground

Authenticate with Zoom and try the API right here. Your token stays in your browser and is not stored.

console
Cmd/Ctrl + Enter to run
Output will appear here...
← Back to all formulas