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/.

  1. 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>

  2. report-billing-invoices - Get billing invoice reports GET {{baseUrl}}/report/billing/invoices?billing_id=<string>

  3. tsp - Get account's TSP information GET {{baseUrl}}/tsp

  4. webinars-{webinarId}-jointoken-local_archiving - Get a webinar's archive token for local archiving GET {{baseUrl}}/webinars/:webinarId/jointoken/local_archiving

  5. past_meetings-{meetingId}-participants - Get past meeting participants GET {{baseUrl}}/past_meetings/:meetingId/participants?page_size=30&next_page_token=<string>

  6. users-{userId}-webinar_templates - List webinar templates GET {{baseUrl}}/users/:userId/webinar_templates

  7. past_webinars-{webinarId}-participants - List webinar participants GET {{baseUrl}}/past_webinars/:webinarId/participants?page_size=30&next_page_token=<string>

  8. meetings-{meetingId}-registrants-{registrantId} - Get a meeting registrant GET {{baseUrl}}/meetings/:meetingId/registrants/:registrantId

  9. 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

  10. meetings-{meetingId}-registrants-{registrantId} - Delete a meeting registrant DELETE {{baseUrl}}/meetings/:meetingId/registrants/:registrantId?occurrence_id=<string>