Skip to main content

What are the complete HTTPS URLs to obtain a token and do a RingOut? I cannot piece together what this URL shd be from the examples. Everything is either just the first part of the URL or is a setting. I need the *complete* URL to get a token, then the *complete* URL to perform a RingOut between two phone numbers. Thanks in advance for any help you can provide.

This API Reference document should provide the full URL for generating a RingOut:
https://developers.ringcentral.com/api-reference/RingOut/createRingOutCall

As for the full URL for retrieving a token... there are two resources I would direct you to. First is our RingOut QuickStart:

https://developers.ringcentral.com/guide/voice/quick-start/node

Using this Quick Start you could write a program that uses Password Auth to generate a RingOut. A trace will give you all the API Calls needed.

The API Reference will break this down in more detail:
https://developers.ringcentral.com/api-reference/Get-Token

The full URL will be (for production):
https://platform.ringcentral.com/restapi/oauth/token

I post this:


https://platform.devtest.ringcentral.com/restapi/oauth/token


and I get this:


{

"errorCode": "AGW-404",

"message": "Resource not found",

"errors": []

}



What am I doing wrong?



(Note: I'm using both the "Try It" button in the RingCentral instructional webpage, as well as the "Postman" app. Both give the same result.



Reply