zoom-rest-api

Guide developers through Zoom REST API authentication, endpoints, pagination, and error handling.

65|12|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/zoom/skills --skill zoom-rest-api
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: zoom-rest-api
Source: https://github.com/zoom/skills/tree/main/rest-api
Command: npx skills add https://github.com/zoom/skills --skill zoom-rest-api

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Provide a centralized, navigable guide for building server-side Zoom integrations using the REST API, including authentication, endpoint usage, pagination, and error handling across core domains.

Core Features & Use Cases

  • Comprehensive coverage of Zoom REST API endpoints (meetings, users, recordings, webinars, events, and more) with domain references.
  • Practical patterns for authentication (OAuth), regional base URLs, rate limits, error handling, and webhook integration.
  • Use cases include building booking systems, automation bots, admin tooling, analytics dashboards, and data pipelines.

Quick Start

Obtain an access token and list a user's meetings to verify your REST API integration.

Frequently Asked Questions about zoom-rest-api

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I authenticate server-side requests to the Zoom REST API?

Authenticate Zoom REST API requests using OAuth flows to obtain access tokens. This skill provides practical patterns for server-side authentication, ensuring secure and compliant integration across core domains like meetings and recordings.

What's the best way to handle pagination and error handling for Zoom meetings endpoints?

Handle Zoom meetings endpoints by applying standard REST API pagination and error handling patterns. This skill documents endpoint conventions and best practices to manage large datasets and troubleshoot integration issues effectively.

Does the Zoom REST API support regional base URLs and webhook integration?

Yes, the Zoom REST API supports regional base URLs and webhook integration. This skill covers configuring regional routing and implementing webhooks for real-time event notifications across your server-side integrations.

Why does my Zoom REST API integration hit rate limits and how do I manage quotas?

Zoom REST API integrations hit rate limits when exceeding quota thresholds. This skill provides quota management strategies and troubleshooting guidance to handle rate limits and ensure production stability.

Can I build automation bots and admin tooling using the Zoom REST API?

Yes, you can build automation bots, admin tooling, analytics dashboards, and data pipelines using the Zoom REST API. This skill covers endpoint usage for users, meetings, recordings, and webinars to accelerate delivery.

What are common pitfalls when integrating Zoom recordings and webinars via the REST API?

Common pitfalls when integrating Zoom recordings and webinars include incorrect authentication and poor error handling. This skill documents integration patterns and production best practices to avoid these issues.