Realtime
Refer call
Transfer an active SIP call to a new destination using the SIP REFER verb.
post/realtime/calls/{call_id}/refer
Path parameters
call_idstring required
The identifier for the call provided in the realtime.call.incoming webhook.
Request body
Example request
{
"target_uri": "tel:+14155550123"
}Response
Call referred successfully.