Webinar recording replay (stream on zoom) link

I am using the Webinar API to create webinar sessions on Zoom.

Now, when the webinar is over I want to be able to share the replay link with the people who attended the session. Can this be a hosted on Zoom itself? If yes, is there a way for me to get the “replay_url” using the API?

Hi, yes and yes! Use the Get Meeting Recordings endpoint to get the webinar recording programmatically. It says to pass meetingId, but it is compatible with webinars as well. The replay URL is returned in the response body.