Email Analytics
GET /v1/analytics/emailsParameters
Parameter
Type
Default
Description
Status Values
Status
Description
Response
{
"period": {
"from": "2026-03-01T00:00:00.000Z",
"to": "2026-03-12T00:00:00.000Z"
},
"interval": "day",
"data": [
{
"date": "2026-03-01",
"total": 45,
"by_status": {
"draft_created": 30,
"processed": 10,
"filtered": 5
}
},
{
"date": "2026-03-02",
"total": 52,
"by_status": {
"draft_created": 38,
"processed": 8,
"filtered": 4,
"spam_filtered": 2
}
}
]
}Example
Last updated