reseller), while a reseller-scoped token is restricted to its own territory automatically. Same range/period/type semantics as the domain-scoped endpoint. For system-wide (cluster) data the onnet/offnet split is not available, so type is ignored.Authorization: Bearer ********************curl --location 'https://awqacore01.crexendocloud.com/ns-api/v2/calls/active-history?range=undefined&period=undefined&type=undefined&reseller=undefined' \
--header 'Authorization: Bearer <token>'{
"scope": "string",
"reseller": "string",
"range": "string",
"period": "string",
"type": "string",
"start": 0,
"end": 0,
"data-points": [
{
"timestamp": 0,
"datetime": "2019-08-24T14:15:22.123Z",
"active-calls": 0
}
]
}