Skip to main content
I am having the hardest time with what seems like a very simple API call.

I am referencing the following documentation and was hoping someone could provide clarity
https://developers.ringcentral.com/engage/voice/guide/dialing/active-calls/quick-start

All I am looking to do is pull a json on all the active calls for a campaign.
 
I have the node sdk installed and the environmental variables set with my app.
The culprit is likely the account ID, what is that and where do I find it?
I have tried using ~ and it does not work. I get a 404 not found status.

When you authenticate, you can get the account id in the response. in the path, you can just use the tilde “~” as you wrote.

Check the sample response from this page


Reply