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/
.
PUT {{baseUrl}}/meetings/:meetingId/recordings/registrants/status
GET {{baseUrl}}/past_webinars/:webinarId/instances
GET {{baseUrl}}/meetings/:meetingId/recordings/settings
PUT {{baseUrl}}/meetings/:meetingId/recordings/:recordingId/status
DELETE {{baseUrl}}/meetings/:meetingId/recordings/:recordingId?action=trash
GET {{baseUrl}}/meetings/:meetingId/invitation
GET {{baseUrl}}/devices/groups?page_size=<integer>&next_page_token=<string>
PATCH {{baseUrl}}/meetings/:meetingId/livestream
GET {{baseUrl}}/meetings/:meetingId/meeting_summary
GET {{baseUrl}}/meetings/:meetingId/polls/:pollId
ENDPOINTS