Call Control
Make CallOut
Creates a new outbound call out session. Currently this method is supported for Softphone/Hardphone only, since device IDs for WebRTC/Mobile apps cannot be obtained.
post/restapi/v1.0/account/{accountId}/telephony/call-out
Path parameters
accountIdstring required
Internal identifier of the RingCentral account (can be set to "~" to indicate that the account associated with current authorization session should be used)
Request body
Example request
{
"from": {
"deviceId": "59474004"
},
"to": {
"phoneNumber": "+16502223366",
"extensionNumber": "103"
}
}Response
Created