Description
I have a Zoom business account that uses “custCreated” users to create meetings. One of these meetings was created on July 28, 2020 as a recurring weekly meeting with 50 occurrences. Up until the occurrence last week (Dec 11, 2020), it was working fine. However, it no longer seems to exist when I call the “Get a meeting API” (https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/meeting).
The meeting ID is 99607887696. I would like to know if there is an audit trail on why this meeting appears to have been deleted or no longer exists. It still shows up in my meetings dashboard (https://zoom.us/account/metrics/pastmeetings) and I can query the Past Meeting Details API to see past occurrences. But it looks like future occurrences are gone, and I would like to know if this is something on Zoom’s end or our end.
Thanks for your help!
Error
{ code: 3001, message: ‘Meeting does not exist: 99607887696.’ }
Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT
Which Endpoint/s?
Get a Meeting (/meetings/{meetingId})