Skip to main content
POST
/
v1.0
/
voice
/
calls
/
outbound
Outbound Call
curl --request POST \
  --url https://api.example.com/v1.0/voice/calls/outbound \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "From": "<string>",
  "To": "<string>",
  "VoiceRouteId": "<string>"
}
'

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Obtain token from /v1.0/OAuth2/tokens endpoint.

Body

CallDetail object

From
string | null
To
string | null
VoiceRouteId
string | null

Response

200

Success