Logo
Zoom Public API Documentation

List past webinar instances

GET {{baseUrl}}/past_webinars/:webinarId/instances

List past webinar instances.

Scopes: webinar:read:admin,webinar:read

Rate Limit Label: LIGHT

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "webinars": [ { "start_time": "<dateTime>", "uuid": "<string>" }, { "start_time": "<dateTime>", "uuid": "<string>" } ] }



Curl
curl -X GET 'https://api.zoom.us/v2/past_webinars/:webinarId/instances' -H 'Accept: application/json'

ENDPOINTS