#Zoom Meeting API
Number of APIs: 172
The Zoom Meeting APIs let 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 documentation .
All endpoints are available via
https
and are located at
api.zoom.us/v2/
.
-
webinars-{webinarId}-branding-virtual_backgrounds - Set webinar's default branding Virtual Background PATCH {{baseUrl}}/webinars/:webinarId/branding/virtual_backgrounds?id=<string>&set_default_for_all_panelists=<boolean>
-
report-billing-invoices - Get billing invoice reports GET {{baseUrl}}/report/billing/invoices?billing_id=<string>
-
tsp - Get account's TSP information GET {{baseUrl}}/tsp
-
webinars-{webinarId}-jointoken-local_archiving - Get a webinar's archive token for local archiving GET {{baseUrl}}/webinars/:webinarId/jointoken/local_archiving
-
past_meetings-{meetingId}-participants - Get past meeting participants GET {{baseUrl}}/past_meetings/:meetingId/participants?page_size=30&next_page_token=<string>
-
users-{userId}-webinar_templates - List webinar templates GET {{baseUrl}}/users/:userId/webinar_templates
-
past_webinars-{webinarId}-participants - List webinar participants GET {{baseUrl}}/past_webinars/:webinarId/participants?page_size=30&next_page_token=<string>
-
meetings-{meetingId}-registrants-{registrantId} - Get a meeting registrant GET {{baseUrl}}/meetings/:meetingId/registrants/:registrantId
-
report-users-{userId}-meetings - Get meeting reports GET {{baseUrl}}/report/users/:userId/meetings?from=<date>&to=<date>&page_size=30&next_page_token=<string>&type=past
-
meetings-{meetingId}-registrants-{registrantId} - Delete a meeting registrant DELETE {{baseUrl}}/meetings/:meetingId/registrants/:registrantId?occurrence_id=<string>