Logo
Zoom Public API Documentation

Zoom Account API

Number of APIs: 50


Note: The Zoom Account API was formerly a subset of the Meeting API

The Zoom Account API lets developers access data related to Accounts, Dashboards, Information Barriers, and Roles. Use this API to build private services or public applications on the Zoom App Marketplace. Learn how to get your credentials and create private/public applications in our Authorization Guide.

The API accepts application/json and multipart/form-data, and responds with application/json and application/xml. All endpoints are available at https://api.zoom.us/v2/.


1. metrics-chat - Get chat metrics

GET {{baseUrl}}/metrics/chat?from=<date>&to=<date>&page_size=30&next_page_token=<string>



2. metrics-meetings-{meetingId}-participants-{participantId}-qos - Get meeting participant QoS

GET {{baseUrl}}/metrics/meetings/:meetingId/participants/:participantId/qos?type=live



3. metrics-meetings-{meetingId} - Get meeting details

GET {{baseUrl}}/metrics/meetings/:meetingId?type=live



4. metrics-webinars-{webinarId}-participants-qos - List webinar participant QoS

GET {{baseUrl}}/metrics/webinars/:webinarId/participants/qos?type=live&page_size=1&next_page_token=<string>



5. metrics-webinars-{webinarId}-participants-satisfaction - Get post webinar feedback

GET {{baseUrl}}/metrics/webinars/:webinarId/participants/satisfaction?type=live&page_size=30&next_page_token=<string>



6. information_barriers-policies - Create an Information Barrier policy

POST {{baseUrl}}/information_barriers/policies



7. roles-{roleId} - Update role information

PATCH {{baseUrl}}/roles/:roleId



8. accounts-{accountId}-settings-virtual_backgrounds - Delete virtual background files

DELETE {{baseUrl}}/accounts/:accountId/settings/virtual_backgrounds?file_ids=<string>



9. accounts-{accountId}-settings - Update account settings

PATCH {{baseUrl}}/accounts/:accountId/settings?option=recording_authentication



10. accounts-{accountId}-settings-registration - Get an account's webinar registration settings

API Documentation

ENDPOINTS