V2 Meetings - Query Aruguments

 Hi,

We are using PHP to make Zoom API calls. Can you share an example of how we can pass query arguments related to Meetings endpoint. We need to filter the results with Type=upcoming.

Thanks

Neelima

Hi Tutoroot, 

Here is an example for the meetings endpoint.

https://api.zoom.us/v2/users/{userId}/meetings?type=upcoming

Thanks