curl --request GET \
--url https://api.hubapi.com/marketing/emails/2026-03/statistics/list \
--header 'Authorization: Bearer <token>'{
"aggregate": {
"counters": {},
"deviceBreakdown": {},
"qualifierStats": {},
"ratios": {}
},
"campaignAggregations": {},
"emails": [
123
]
}curl --request GET \
--url https://api.hubapi.com/marketing/emails/2026-03/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.
Was this page helpful?