How could I get local numbers link from create meetings API?

Description
I have created a zoom meeting via Oauth API (https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/meetingcreate) but I can’t get information about the local numbers link in the response. Does anyone know how to get it?

Error
I can’t get information about the local numbers link ( https://us02web.zoom.us/u/…) in the response.

Which App Type (OAuth / Chatbot / JWT / Webhook)?
It is Oauth type

Which Endpoint/s?
/users/{userId}/meetings

Hey @developer6,

The Local Numbers feature is only supported for licensed users whereas it seems you are using a free Basic user. We can confirm this on our pricing page. You can also check the default dial-in countries.

Let me know if you have any questions.

Thanks,
Max

2 Likes

Thanks for your response.

I have seen calendly integrate the zoom API and it shows a link (Find your local number: https://us02web.zoom.us/u/kylULaJcJ) that opens the zoom page which shows international numbers, That is the field I was looking for in the API, not numbers in global_dial_in_numbers. In which field I’ll get this link when the user has paid plans?

Hi @developer6,

global_dial_in_numbers is the field returned by the API that would return local numbers. If you’re referring to a different field, can you share a screenshot to make sure we’re on the same page?

Thanks!
Will

@will.zoom, I believe @developer6 is referring to a link generated in a Zoom meeting invitation (highlighted in screenshot below). I would like to retrieve that link from the API via GET /meetings/{meetingId}.

Any insight would be helpful.

Hey @mt_dev,

Thanks for clarifying!

At the moment, this link is not returned by the API, though this is a good suggestion. However, the link is publicly accessible here as well.

Thanks,
Will

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