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/
.
-
metrics-chat - Get chat metrics GET {{baseUrl}}/metrics/chat?from=<date>&to=<date>&page_size=30&next_page_token=<string>
-
metrics-meetings-{meetingId}-participants-{participantId}-qos - Get meeting participant QoS GET {{baseUrl}}/metrics/meetings/:meetingId/participants/:participantId/qos?type=live
-
metrics-meetings-{meetingId} - Get meeting details GET {{baseUrl}}/metrics/meetings/:meetingId?type=live
-
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>
-
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>
-
information_barriers-policies - Create an Information Barrier policy POST {{baseUrl}}/information_barriers/policies
-
roles-{roleId} - Update role information PATCH {{baseUrl}}/roles/:roleId
-
accounts-{accountId}-settings-virtual_backgrounds - Delete virtual background files DELETE {{baseUrl}}/accounts/:accountId/settings/virtual_backgrounds?file_ids=<string>
-
accounts-{accountId}-settings - Update account settings PATCH {{baseUrl}}/accounts/:accountId/settings?option=recording_authentication
-
accounts-{accountId}-settings-registration - Get an account's webinar registration settings GET {{baseUrl}}/accounts/:accountId/settings/registration?type=webinar