Need to get list of instant meetings

How to get list of instant meeting with duration and meeting details etc

Error
Only the scheduled meetings get displayed with the below api , we would need all the instant meetings list also.

/users/{userId}/meetings

Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT

1 Like

Hey @vipin1,

Thank you for reaching out to the Zoom Developer Forum. While we don’t have an API just for instant meetings, you can use the List Meetings API and filter based on type.

Let me know if that helps.

Thanks,
Max

Hi @MaxM . Thanks for the reponse but this List of Meetings API shows only scheduled meetings and we dont get the instant meetings at all.

Hey @vipin1,

Thank you for pointing that out, looks like we have some conflicting documentation there. You’re right though, this API doesn’t return instant meetings. That’s my mistake!

With that being said, what is the use case for listing instant meetings? They should be created as needed. Are you using the Create a Meeting API to create the meeting and then are attempting to list it?

If so, please see this historical forum topic:

Let me know if that helps.

Thanks,
Max

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.