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/
.
GET {{baseUrl}}/metrics/chat?from=<date>&to=<date>&page_size=30&next_page_token=<string>
GET {{baseUrl}}/metrics/meetings/:meetingId/participants/:participantId/qos?type=live
GET {{baseUrl}}/metrics/meetings/:meetingId?type=live
GET {{baseUrl}}/metrics/webinars/:webinarId/participants/qos?type=live&page_size=1&next_page_token=<string>
GET {{baseUrl}}/metrics/webinars/:webinarId/participants/satisfaction?type=live&page_size=30&next_page_token=<string>
POST {{baseUrl}}/information_barriers/policies
PATCH {{baseUrl}}/roles/:roleId
DELETE {{baseUrl}}/accounts/:accountId/settings/virtual_backgrounds?file_ids=<string>
PATCH {{baseUrl}}/accounts/:accountId/settings?option=recording_authentication
ENDPOINTS