Getting different UUID for the same meeting

We have a recurring meeting that runs for a few days. I am getting different UUID for the same meeting if I call /meetings` and /past_meetings`` API. For example:

https://api.zoom.us/v2/meetings/8579198292900
https://api.zoom.us/v2/past_meetings/8579198292900

The /past_meetings call seems to be returning the UUID of the last occurrence. This is very strange. Is this the expected behavior?

Hi @Bibhas
Thanks for reaching out to the Zoom Developer Forum, I am happy to help here!
Yes, it is an expected behavior. Each occurrence will generate a unique UUID, because each meeting has its own instance.

Also note that when you call GET/meetings/ you are getting the UUID generated for the next occurrence and with GET/past_meetings, you are getting the UUID for the meeting instance/occurrence that already passed.

I am linking here a useful guide to understand meeting IDs and UUIDs.

Hope this helps

Elisa

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