Alternative Host for future meetings and webinars

I am able to pull future meetings and webinars without an issue.

I need to know the alternate hosts for the future meetings and webinars.

I have tried https://api.zoom.us/v2/webinars/ID or UUID and https://api.zoom.us/v2/meetings/ID or UUID. This is what I use to get the settings of past meetings to get this information.

Errors I am receiving.
Future Meetings
“code”: 3001,
“message”: “Meeting is not found or has expired.”

Future Webinars
“code”: 3001,
“message”: “Webinar 99979588447 not found or expired.”

You may wish to add the occurrence_id parameter to your query to get the specific webinar instance (if it’s recurring); when do you successfully retrieve the webinar data, the settings property will contain alternate host info.

1 Like

The APIs work for past meetings without any issue.

When I pull the future meetings with either of the APIs, it does not provide the occurrence_ID. It does show each of the meetings/webinars start_time which is different for each instance.

Some of these future meetings/webinars have just one occurance.

That’s really weird! Perhaps a bug on Zoom’s side.

Hey @aamarshall
That is interesting, I have never faced this issue myself! Could you share a meeting ID or webinar ID that you are using so I can take a look at it on my end?

I will also try to replicate this on my end, are you using recurrent meetings and webinars? or are these just scheduled meetings and/or webinars?

My ask was to get all alternate host for all future meetings and webinars for both one-time and recurring for each user.

I pulled scheduled webinars and meetings for each user using this API:

Meetings: https://api.zoom.us/v2/users/email/meetings?page_size=300&type=scheduled

Webinars: https://api.zoom.us/v2/users/email/webinars?page_size=300&type=scheduled

Then I took each of the meetings/webinars ID and tried to get the meeting/webinar information so that I can get to the settings.

Meetings: Both of these are test meetings that are scheduled on my account for March 20th.

Hi @aamarshall
I am not able to replicate this issue on my end.
If I call the get a meeting or get a webinar endpoint, for a meeting that is in the future, I am able to get it back with no issues using the meeting or webinar ID

Here is a recurring meeting ID: 983 1090 7162

Here is a normal meeting ID: 999 7958 8447

Both of these are the March 20th.

Hi @aamarshall
I can see both meetings exist, which is interesting that you are not able to query them using the Get a meeting endpoint

Could you please provide me with the tracking ID of the failed request? you will find this in your response headers.

I will need both tracking IDs for the call you make to
GET https://api.zoom.us/v2/meetings/98310907162 and
GET https://api.zoom.us/v2/meetings/99979588447

So, did something change?

I am available to pull future meetings data using the PS code and Postman now. :blush:

@aamarshall I am sure nothing changed, but happy to hear that! I will close this thread for now but feel free to reach out to us in the future!