Logo
Zoom Public API Documentation

Get live stream details

GET {{baseUrl}}/webinars/:webinarId/livestream

Get a webinar's live stream configuration details, such as Stream URL, Stream Key and Page URL.

Zoom allows users to live stream a webinar to a custom platform.

Prerequisites:

  • Pro or higher plan with the webinar add-on.

  • Live streaming details must have been configured for the webinar.

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

{ "page_url": "<string>", "stream_key": "<string>", "stream_url": "<string>", "resolution": "<string>" }



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

ENDPOINTS