Getting all meetings/webinars under an account

I’m trying to get information of all meetings or webinars created by all of the users under an account. The only way i can see that happening is iterating through all the users and fetching their respective meetings.

Is there any other way around it? since as you can imagine that’s not an efficient way.

I’m after meeting/webinar information before/during the event as well as their recordings later on.

Thanks
FK

Hi @farooq.khan,

Welcome to the Zoom Developer Community.

You can consider using the List Meetings and List Webinar from our Dashboard APIs.

Please note that these APIs will only list our past and live meetings/webinars.

Thanks