I want to use the ring-out restful API. I have written the code to successfully return a access token, but when I take the token and call the ring-out api I get the reasonphrase "Not Found"
this is what my url looks like:
'https://platform.devtest.ringcentral.com/restapi/v1.0/account/%2b+13136366191/extension/101/ring-out'
and my json I post:
{"from": {"phoneNumber": "+13136366191", "forwardingNumberId": ""}, "to": {"phoneNumber": "+17134178892", "callerid": ""}, "playPrompt": true, "country": { "id" : "" } }
Not sure what I am doing wrong.
I can share code if need be.
Thank you in Advance