HowTo: Monitor 500 meetings each day

Description
I have 500 meetings each day and I need to know the meeting details for all of them.

But I just find out below API to get all participant of a specific meeting only.

GET/report/meetings/{meetingId}/participants
That mean I need to loop 500 times to get all the details event with paging functions but eventually, still 500 calls.

Is there any other solution?

Hi @ClevaiDev
Thanks for reaching out to us and welcome to the Zoom Developer Forum.
In order to get meeting reports yes you have to query them individually by using the meeting ID.
What you could do too is to set up webhooks in your application

This way you can query the API anytime your meeting ends or you could also listen to some of the meeting participant events, to grab more data about participants in meetings