Call Session
List current active call sessions.
Get a collection of current active call sessions.
get/sessions
Response
OK
Example response
{
"count": 100,
"items": [
{
"id": "NzAwNTUxOTA5NzczMTQ4MTYw",
"calls": [
{
"started_at": "2017-07-21T17:32:28Z"
}
]
}
]
}