cURL
curl --request POST \ --url https://app.callx.io/api/v1/calls \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "phoneNumberId": "<string>", "customer": { "number": "<string>" }, "assistant": "<unknown>" } '
{ "callSid": "<string>", "accountSid": "<string>", "callLogId": "<string>", "to": "<string>", "from": "<string>", "status": "queued", "direction": "outbound-api" }
Creates a new outbound call in the callX
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Call details to create a new outbound call
Unique identifier for the phone number making the call
Show child attributes
Call created successfully
queued
outbound-api