Skip to main content
POST
/
v1
/
calls
/
outbound
Create Outbound Call
curl --request POST \
  --url https://api.example.com/v1/calls/outbound \
  --header 'Content-Type: application/json' \
  --data '
{
  "to_number": "<string>",
  "from_number_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "agent_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "metadata": {}
}
'
{}

Headers

authorization
string | null

Body

application/json
to_number
string
required
Pattern: ^\+[1-9]\d{1,14}$
from_number_id
string<uuid>
required
agent_id
string<uuid>
required
metadata
Metadata · object

Response

Successful Response

The response is of type Response Create Outbound Call V1 Calls Outbound Post · object.