cURL
curl --request POST \ --url https://api.voxo.co/v2/calling/click-to-call \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "number": "<string>" } '
{ "number": "<string>", "peerName": "<string>" }
Initiate an outbound call from the authenticated user’s extension
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Phone number or extension to dial
1
Call initiated
Dialed phone number
SIP peer name of the caller
Was this page helpful?
Contact support