Hold
Hold call session by it's session ID.
Authorizations
Path parameters
idall ofRequired
The unique ID of session.
stringOptionalExample:
The unique ID of the resource.
NzAwNTUxOTA5NzczMTQ4MTYw
Body
extension_numberall ofRequired
The extension number to hold the session.
string · min: 3 · max: 64OptionalPattern:
The extension number.
[0-9]{3,64}
Responses
200
Ok
4XX
Error
post
POST /api/sessions/{id}/hold HTTP/1.1
Host: hostname:8887
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 27
{
"extension_number": "text"
}
No content