Description
How to get all the occurrence Ids of a recurring webinar through Zoom API
Error
Was trying to get registrants of a recurring webinar. I know the webinar and occurrence Ids but trying to get it programmatically… when I call get webinar by /webinars/{Webinar Id} it gives me all the details except occurrences and their Ids which is required to call following url: https://api.zoom.us/v2/webinars/{webinar_id}/registrants?occurrence_id={occurrence_id}
Which App Type (OAuth / Chatbot / JWT / Webhook)?
I’m using JWT
Which Endpoint/s?
How To Reproduce (If applicable)
Steps to reproduce the behavior:
Request URL / Headers (without credentials) / Body
See error
Screenshots (If applicable)
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.