The Zoom API allows developers to access information from Zoom. You can use this API to build private services or public applications on the Zoom App Marketplace. To learn how to get your credentials and create private/public applications, read our [Authorization Guide]
https://api.zoom.us/v2
Auth type
OAuth 2.0
Auth header
Authorization: Bearer YOUR_ACCESS_TOKEN
Rate limit
100 requests/sec (account-level); 30 requests/sec (user-level)
Pricing
Free tier available
Free quota
Group meetings capped at 40 min
Documentation
https://developer.zoom.us/
Endpoint status
Server online — HTTP 404 — server is online but path returned an error (may require auth)657ms
(checked Mar 29, 2026)
Builder score
B
73%
builder-friendly
OAuth 2.0 or Server-to-Server OAuth for meeting and user management
Authorization: Bearer YOUR_ACCESS_TOKEN
| Plan | Price/mo | Included |
|---|---|---|
| Free | Free | 40-min group meetings |
| Pro | $13.32 | 30-hr meetings, 5 users |
| Business | $18.32 | 300 attendees, custom branding |
| Enterprise | $0 | Contact sales |
Free: 40-min group meetings. Pro: $13.32/mo. Business: $18.32/mo. API access included in all plans.
| Method | Path | Description |
|---|---|---|
| GET | /accounts |
List sub accounts |
| POST | /accounts |
Create a sub account |
| DELETE | /accounts/{accountId} |
Disassociate a sub account |
| GET | /accounts/{accountId} |
Get sub account details |
| GET | /accounts/{accountId}/billing |
Get billing information |
| PATCH | /accounts/{accountId}/billing |
Update billing information |
| GET | /accounts/{accountId}/billing/invoices |
List billing invoices |
| GET | /accounts/{accountId}/billing/invoices/{invoiceId} |
Get invoice details |
curl -X GET 'https://api.zoom.us/v2/accounts' \ -H 'Authorization: YOUR_API_KEY'
{}
Data sourced from API Map. Always verify pricing and rate limits against the official Zoom documentation.