curl --request GET \
--url https://api.hubapi.com/marketing/v3/emails/statistics/list \
--header 'Authorization: Bearer <token>'{
"aggregate": {
"counters": {},
"deviceBreakdown": {},
"qualifierStats": {},
"ratios": {}
},
"campaignAggregations": {},
"emails": [
123
]
}Use this endpoint to get aggregated statistics of emails sent in a specified time span. It also returns the list of emails that were sent during the time span.
curl --request GET \
--url https://api.hubapi.com/marketing/v3/emails/statistics/list \
--header 'Authorization: Bearer <token>'{
"aggregate": {
"counters": {},
"deviceBreakdown": {},
"qualifierStats": {},
"ratios": {}
},
"campaignAggregations": {},
"emails": [
123
]
}Supported products
Required Scopes
The access token received from the authorization server in the OAuth 2.0 flow.
successful operation
Aggregated statistics for the given interval, plus the IDs of emails that were sent during that interval.
Was this page helpful?