Question

hello, how can i get my account id for call ring out api ?

  • 3 January 2019
  • 1 reply
  • 1313 views

I am not able see my account id in my developer account.


I have tried to get account id using "https://platform.devtest.ringcentral.com/restapi/v1.0/account/" but is asking for account permission.


So, how can i give account permission to my create app in send box account ?


Thanks,

Mayur.


1 reply

Try  "https://platform.devtest.ringcentral.com/restapi/v1.0/account/~" instead

Or  "https://platform.devtest.ringcentral.com/restapi/v1.0/account/~/extension/~"

In the response, there will be the full uri you requested which includes account id and extension id, such as:

 "https://platform.devtest.ringcentral.com/restapi/v1.0/account/123456/extension/123456"

Reply