Skip to main content
POST
/
v1
/
calls
/
outbound
Place outbound call
curl --request POST \
  --url https://api.pathors.com/v1/calls/outbound \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "projectId": "<string>",
  "fromNumber": "<string>",
  "toNumber": "<string>",
  "dynamicVariables": {}
}
'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Developer key created from the dashboard (Settings → Developer Keys)

Body

application/json
projectId
string
required
Minimum string length: 1
fromNumber
string
required
Minimum string length: 1
toNumber
string
required
Minimum string length: 1
dynamicVariables
object

Response

OK

success
boolean
required