Skip to main content
POST
/
v1
/
calls
/
{call_id}
/
transfer
Transfer Call
curl --request POST \
  --url https://api.example.com/v1/calls/{call_id}/transfer \
  --header 'Content-Type: application/json' \
  --data '
{
  "target_number": "<string>",
  "transfer_mode": "cold",
  "pre_transfer_message": "<string>",
  "reason": "<string>"
}
'
{}

Headers

authorization
string | null

Path Parameters

call_id
string<uuid>
required

Body

application/json
target_number
string
required
Pattern: ^\+[1-9]\d{1,14}$
transfer_mode
string
default:cold
Pattern: ^(warm|cold)$
pre_transfer_message
string | null
reason
string | null

Response

Successful Response

The response is of type Response Transfer Call V1 Calls Call Id Transfer Post · object.