Call Session
Retrieve call session by ID.
Retrieve details of call sessions by it's ID.
get/sessions/{id}
Path parameters
idstring required
The unique ID of the resource.
Example:NzAwNTUxOTA5NzczMTQ4MTYw
The unique ID of call session.
Response
OK
Example response
{
"id": "NzAwNTUxOTA5NzczMTQ4MTYw",
"calls": [
{
"started_at": "2017-07-21T17:32:28Z"
}
]
}