How to GET a webinar recording by webinar id

I’m trying to figure out if there is an endpoint to GET a webinar recording by webinar_id. So far all I can find is a way to GET the recording via user_id and start/end times.

Does anybody know what endpoint I should be using to find a recording by webinar_id? (not looking for meeting recordings)

Hey @ian.goldberg,

Thank you for reaching out to the Zoom Developer Forum. Try using the Get Meeting Recordings API and let me know if that works for you.

Thanks,
Max

@MaxM that’s for meetings. When I enter a webinar ID, nothing is returned.

Hey @ian.goldberg,

I should point out that the documentation for that API indicates that it can be used for Webinars as well:

First, have you confirmed that the latest instance of the Webinar ID has a recording? If there have been multiple occurrences of the Webinar it’s possible that the latest doesn’t have a recording. You can try using the UUID of the instance you want to target to make sure that you are referencing the correct instance.

Let me know if that helps. If not, Please send an email to developersupport@zoom.us with a link to this thread. In that email, please include the request that you’re making including the Webinar ID.

Thanks,
Max

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.