Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
The response is of type object.
curl --request POST \
--url https://api.open.cx/phone/outbound-call \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"phoneAgentId": "<string>",
"contact": {
"id": "<string>"
}
}'{}Initiate an outbound call using an AI phone agent
curl --request POST \
--url https://api.open.cx/phone/outbound-call \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"phoneAgentId": "<string>",
"contact": {
"id": "<string>"
}
}'{}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The response is of type object.
Was this page helpful?