Skip to main content
Question

Where could i lookup my AccountID and ExtensionID

  • January 31, 2017
  • 2 replies
  • 2382 views

We are trying to pull incoming calls daily for each number and extension in our account in to our own dashboard. My programmers are telling me they need our AccountID and ExtensionID. Where can they get this to complete this project. Thanks!

2 replies

The best way to get your Account ID after you've received an access_token is to use send a GET request to /restapi/v1.0/account/~

This will return the account information for the authenticated user. Here are the docs: https://developers.ringcentral.com/api-docs/latest/index.html#!#RefAccountInfo.html


The best way to get your Extension ID after you've received an access_token is to send a GET request to /restapi/v1.0/account/~/extension/~

This will return the extension information for the authenticated user. Here are the docs: https://developers.ringcentral.com/api-docs/latest/index.html#!#RefGetExtensionInfo

  • Community Manager
  • 420 replies
  • February 1, 2017
And by the way send a GET request to /restapi/v1.0/account/~/extension to get a list of the extensions in your account.

Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings