Unhold

Unhold call session

post

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

Authorizations
Path parameters
idall ofRequired

The unique ID of session.

stringOptional

The unique ID of the resource.

Example: NzAwNTUxOTA5NzczMTQ4MTYw
Body
extension_numberall ofRequired

The extension number to unhold the session.

string · min: 3 · max: 64Optional

The extension number.

Pattern: [0-9]{3,64}
Responses
200
OK
post
POST /api/sessions/{id}/unhold HTTP/1.1
Host: hostname:8887
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 27

{
  "extension_number": "text"
}

No content