Skip to main content
POST
/
v2
/
calling
/
click-to-call
Click to Call
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>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
number
string
required

Phone number or extension to dial

Minimum string length: 1

Response

Call initiated

number
string
required

Dialed phone number

peerName
string
required

SIP peer name of the caller