List all webinars

I am trying to list all upcoming webinars regardless of user ID. The spec seems to require a user ID to return results. Is there no way to return a list of all webinars associated with the company?

Spec: https://marketplace.zoom.us/docs/api-reference/zoom-api/methods/#operation/webinars
URL call: https://api.zoom.us/v2/webinars

I discovered the dashboard/metrics call but it doesn’t seem to be rendering the right date range. This is my request:

[https://api.zoom.us/v2/metrics/webinars?from=2022-02-22&to=2022-03-21]

but it is returning this

not only is it not listening to my “to” parameter but I also have an event on Feb 22 that it isn’t pulling in.

Hi @rogerattextexpander

Thanks for reaching out to the Zoom Developer Forum, I am happy to help here!
When calling the dashboard endpoint, make sure to pass a query parameter in your request

Screen Shot 2022-02-08 at 5.16.55 PM

https://marketplace.zoom.us/docs/api-reference/zoom-api/methods#operation/dashboardMeetingParticipantShare

It is important to note that this endpoint will only query past webinars or live webinars

Best,
Elisa

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.