Unhold

Unhold call session

post

Un-hold call session by it's session ID.

Authorizations
Path parameters
idall ofrequired

The unique ID of session.

The unique ID of the resource.

Body
extension_numberall ofrequired

The extension number to unhold the session.

The extension number.

Responses
curl -L \
  --request POST \
  --url 'https://HOSTNAME:8887/api/sessions/{id}/unhold' \
  --header 'Authorization: Bearer YOUR_SECRET_TOKEN' \
  --header 'Content-Type: application/json' \
  --data '{
    "extension_number": "text"
  }'

No body

Was this helpful?