Skip to main content

I’m trying to use this GET: https://developers.ringcentral.com/api-reference/Phone-Numbers/readAccountPhoneNumber 

 

it says in the response body that it should have country: 

 

 

 

 however I don’t see it in the Results: 

 

 

I’m wondering how I can get the country of the phone number as I want to create an automation that tells me how many numbers I have from each country. 

Confirmed that the country object is missing from the response. I will create a report to the team to see if it’s a bug or it is not supported at all.

Meanwhile, you must call the get extension phone numbers API which returns the country info. Unfortunately, you have to call the API for each extension under your account.


unfortunately I need to know about the amount of numbers I have in inventory and not used by an extension/ user, so I can’t use that GET.  


unfortunately I need to know about the amount of numbers I have in inventory and not used by an extension/ user, so I can’t use that GET.  

For those numbers, you may need to call this API to get the detailed info.


yeah, i see that could work.


Reply