reseller or domain), while a reseller-scoped token is restricted to its own territory automatically. Same range / start_date+end_date / period semantics as the domain-scoped endpoint.Authorization: Bearer ********************curl --location 'https://awqacore01.crexendocloud.com/ns-api/v2/cdrs/stats?range=undefined&start_date=undefined&end_date=undefined&period=undefined&type=undefined&reseller=undefined' \
--header 'Authorization: Bearer <token>'{
"scope": "string",
"reseller": "string",
"range": "string",
"period": "string",
"start": 0,
"end": 0,
"data-points": [
{
"timestamp": 0,
"datetime": "2019-08-24T14:15:22.123Z",
"calls": 0,
"minutes": 0,
"seconds": 0
}
]
}