Live
Transfer call
Transfer a SIP call to another destination. Supply a nonblank target_uri for the SIP Refer-To header.
post/live/sessions/{session_id}/refer
Path parameters
session_idstring required
Opaque Live session identifier from the creation response or incoming-call webhook. Preserve the returned value unchanged, including its prefix.
Request body
Example request
{
"target_uri": "tel:+14155550123"
}Response
Session refer request accepted.