Hello!
Description
How to get Webinar Tracking Sources for past recurring webinars.
Error
The API for ‘get webinar tracking sources’ only takes in ‘webinar_id’ as the parameter. Hence, when I tried to request for the data, I can only get data from the latest webinar and not from the past webinars. I also tried to put the webinar_uuid instead of the webinar_id parameter, but it doesn’t seem to work.
Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth
Which Endpoint/s?
Get webinar tracking sources
How To Reproduce (If applicable)
Steps to reproduce the behavior:
- url = “https://api.zoom.us/v2/webinars/webinar_id/tracking_sources”
headers = {“Authorization”: “Bearer ACCESS_TOKEN”}
request = requests.get(url, headers=headers) - Tracking sources data of the latest webinar is shown
Additional context
Can I also ask if there is a way to get tracking sources at individual (registrant) level?
I saw another post from Oct 20 (How to Pull Tracking Source for Registrants) that it was impossible to do so using API, but am just wondering if it is possible now?
Thank you!
