Zoom V2 API Endpoint to retrieve UUID's for a Webinar

Description
Need information on the V2 API endpoint to be used for retrieving Webinar UUID’s. V1 API endpoint that we used to get UUID’s for a webinar below.

Error
Unable to find V2 API endpoint to use for fetching the UUID’s for a Webinar in Zoom API Documentation

Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT

Which Endpoint/s?
V1 API Endpoint which we were using in our app to get the UUID is below.
https://api.zoom.us/v1/webinar/uuid/list?api_key=""&api_secret=""&id=""&host_id=""

Additional context
We are currently migrating to V2 API endpoints using JWT for our application and have changed the endpoints for various other use cases like fetching the webinar detail, users etc.But we are not sure which endpoint to use to fetch the UUID list for a webinar.

Hi @Kim_Albee! This is available at the Webinar ID level through the Past Webinar Instances API. You can access Webinar IDs through the List Webinars API or subscribe to all UUIDs / IDs through our Webinar Events. Let us know if these help!

1 Like

Thanks, I am able to retrieve the UUID’s using the Past_Webinars endpoint.

1 Like

Let us know if you have any other questions! :slight_smile:

Thanks,
Tommy