Was this helpful?
Refer a call session by it's session ID.
The unique ID of session.
The unique ID of the resource.
The extension number to refer the session.
The extension number.
The refer target, usually a number.
curl -L \ --request POST \ --url 'https://HOSTNAME:8887/api/sessions/{id}/refer' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN' \ --header 'Content-Type: application/json' \ --data '{ "extension_number": "text", "refer_to": "text" }'
No body