cURL
curl --request POST \ --url http://localhost:8000/api/sessions/{session_id}/transfer \ --header 'Content-Type: application/json' \ --data ' { "phone_number": "<string>", "type": "WARM" } '
{ "session_id": "<string>", "transfer_type": "WARM", "transferred_to": "<string>", "status": "<string>", "message": "<string>" }
Transfer an active call to another phone number.
Cold transfer: caller connected to new number, agent disconnected. Warm transfer: three-way call (caller + agent + target), agent drops when ready.
WARM
COLD
Successful Response