We are using the “Dashboards - Get Webinar Participants API” to get a list of live participants of the Webinar. The webinar is live as of right now. We are able to get back the Registrants, Panelists - but not Participants ( /metrics/webinars/{webinarId}/participants).
Also tested using the “Send Test Request” at https://marketplace.zoom.us/docs/api-reference/zoom-api/dashboards/dashboardwebinarparticipants - the same issue - see the response in Error section below.
As of right now I am able to get the list of past participants for past webinars - but no luck with live participants of currently live webinar.
Error
We are getting back “{ “code”: 3001, “message”: “Meeting does not exist: 89717618845.”}”
Which App Type (OAuth / Chatbot / JWT / Webhook)?
We are using JWT App.
Which Endpoint/s?
“https://api.zoom.us/v2/metrics/webinars/89717618845/participants?page_size=30&type=live”
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.