Need to filter meetings by meeting name

Hi Zoom Community,

Description
I need to filter the meetings by meeting name but the endpoint /meetings doesn’t have option.

App Type: OAuth

Endpoint: https://api.zoom.us/v2/users/me/meetings

So is there any option available to achieve this?

Hi @aman, the APIs do not have filtering by meeting name; rather, you should return a single meeting by Meeting ID with /meetings/{meetingId}. You can get the list of meeting IDs in the List Meetings endpoint, or use a Meeting Started Webhook to log all Meeting IDs and Meeting UUIDs (unique occurrences).