Description
Hello,
I should start by saying that I am not a developer but have some basic experience with database querying/SQL, etc…
My company previously contracted a software developer to pull more detailed Zoom meeting details from the API, including meeting UUIDs and participant IPs/location info (from what I can tell, that is only accessible via API).
This developer left us rather unexpectedly and I am trying access the API via Postman to pull some of the same data he was pulling.
So far, I am able to get the info I need via /metrics/meetings/:meetingId/participants (sorry I am not great with the terminology for this stuff), but this requires me to put in a specific meeting ID as a key parameter. Is it possible to make this kind of request for multiple IDs at once, or for all meetings in a given time range?
Basically, I want to:
*pull all meetings for a given time range and
*pull the participants for each meeting with their IP address and locations included
Possible?
Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT
Which Endpoint/s?
/metrics/meetings/:meetingId/participants