zoom.com
Zoom provides video meetings, chat, phone, rooms, webinars, and related workplace and business communication services. Its platform also offers developer APIs and app integrations for accessing Zoom account, user, and meeting data.
Zoom exposes an OAuth-protected REST API at `api.zoom.us/v2`, a beta GraphQL API at `api.zoom.us/v3/graphql`, a Zoom Rooms SSH-based control CLI/API on per-room hosts and port `2244`, and MCP documentation without a published connect endpoint.
- Zoom MCPdiscovered
- Zoom REST APIdiscovered
- Zoom GraphQL APIdiscovered
- Zoom Rooms Control System APIdiscovered
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.
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.
Enable ZR-CSAPI for the target Zoom Room in the Zoom web portal's Zoom Room configuration, then set the SSH passcode there. Connect to the room's IP over SSH on port 2244 using username zoom and the configured passcode. The docs note the default password may be blank when first enabled, and recommend changing it immediately to a non-empty string.
conventions · 1/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✗
/llms.txt - API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✓https://zoom.com/.well-known/oauth-protected-resource
- Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing