What problem does it solve?
Zoom REST API integrations can be complex due to authentication flows, endpoint discovery, rate limits, and error handling. This skill provides reference material, patterns, and best practices to simplify building reliable Zoom server-side integrations.
Core Features & Use Cases
- Endpoint discovery: understand Zoom REST API endpoints, base URLs, IDs, and required scopes to navigate resource management.
- Authentication & rate limits: navigate Server-to-Server/User OAuth flows, token handling, and per-account rate limits with retry strategies.
- Operational patterns: preflight checks, webhook handling, pagination patterns, and common error handling for meetings, users, recordings, and reports.
- Use Case: build a backend service that creates meetings for a host and handles errors with clear guidance.
Quick Start
Execute a REST API call to list a user's meetings, including auth, pagination, and basic error handling.