Was this helpful?
Un-hold call session by it's session ID.
/sessions/{id}/unhold
The unique ID of session.
The extension number to unhold the session.
curl -L \ --request POST \ --url 'https://HOSTNAME:8887/api/sessions/{id}/unhold' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN' \ --header 'Content-Type: application/json'
No body