call.refer.started
call.refer.completed
call.refer.failed
curl --location --request POST '/calls//actions/refer' \
--header 'Content-Type: application/json' \
--data-raw '{
"sip_address": "sip:username@sip.non-telnyx-address.com"
}'
{
"data": {
"result": "ok"
}
}
Authorization: Bearer ********************