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.