Get meeting details based on security levels

I use this API to retrieve the meetings that we’ve scheduled
const API_URL = https://api.zoom.us/v2/users/${userId}/meetings ;

There are some meetings that require passcodes. I wanna exclude them from the response and accept only the one with the “waiting room” security level. Is it possible?

You need to create a custom logic that does this once you get the response from the api.