Get Meeting API

Hi ,
I’m using this API https://marketplace.zoom.us/docs/api-reference/zoom-api/methods/#operation/meeting

in order to get the meeting join url.
It seems like when I pass to this API a meeting id with 10 digits it’s all good, However when passing meeting id with 11 digits it’s not working with the following 404 :
{
“code”: 3001,
“message”: “Meeting is not found or has expired.”
}
The meeting Id are exactly as receiving them from zoom.

Any thoughts ?

Hi @eladw
Thanks for reaching out to the Zoom Developer forum, I am happy to help here!
HAve you been able to troubleshoot this issue or are you still getting that error?
Cheers,
Elisa

Hi Elisa,

For instance this API request is working fine :

https://api.zoom.us/v2/meetings/4382746510

I do get the data and especially the join_url I’m looking for.(It is 10 digits meeting id as I said before which works fine).

Here are 3 examples of requests with meeting id larger then 10 digits which doesn’t work :

https://api.zoom.us/v2/meetings/81401841868

https://api.zoom.us/v2/meetings/87085281732

https://api.zoom.us/v2/meetings/81771832637

All of these are valid Zoom meeting id’s.

Many thanks,

Elad Weinbrand

Hi Elisa,

For instance this API request is working fine :

https://api.zoom.us/v2/meetings/4382746510

I do get the data and especially the join_url I’m looking for.(It is 10 digits meeting id as I said before which works fine).

Here are 3 examples of requests with meeting id larger then 10 digits which doesn’t work :

https://api.zoom.us/v2/meetings/81401841868

https://api.zoom.us/v2/meetings/87085281732

https://api.zoom.us/v2/meetings/81771832637

All of these are valid Zoom meeting id’s.

~WRD0000.jpg

image001.png

image002.png

Hi @eladw
Thanks so much for sharing more information here with me.
I will take a look into this and will come back to you with an update shortly.

Cheers,
Elisa