{
"report": "sending_stats",
"filter": null,
"aggregate_by": "campaign_id",
"statistic": "sum",
"from": "2024-04-08T00:00:00.000-06:00",
"to": "2024-04-25T00:00:00.000-06:00"
}{
"range_timezone": "America/Denver",
"series": [
{
"label": {
"type": "out"
},
"value": 50
},
{
"label": {
"type": "in"
},
"value": 60
}
],
"result_type": "statistics",
"interval": "1d",
"effective_from": "2024-04-05T00:00:00.000-06:00",
"effective_to": "2024-04-25T00:00:00.000-06:00"
}from, to request paramsfrom and to request params are optional, but we strongly suggest providing them for faster responses. When empty, data will be searched between customer's creation time and now.statistic request param1mo result of the minimum would be value of month with minimal value.label - an object which describes the seriesvalue - number which is produced via statistic operation100 data points.100 data points will not return HTTP error. Returned data will be just limited to 100 data points. You can see how many data points were returned by the query via data_points response field.filter or from/to params to scope down the query.