range (ending at now) or with explicit start_date/end_date. The bucket granularity is auto-selected from the window but can be overridden with period.Authorization: Bearer ********************curl --location 'https://awqacore01.crexendocloud.com/ns-api/v2/domains//cdrs/stats?range=undefined&start_date=undefined&end_date=undefined&period=undefined&type=undefined' \
--header 'Authorization: Bearer <token>'{
"domain": "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
}
]
}