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?