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