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
]
}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
]
}Productos compatibles
Ámbitos Requeridos
The access token received from the authorization server in the OAuth 2.0 flow.
Filtra por los ID de correo. Incluye solo las estadísticas de los correos con estos ID.
La marca de tiempo final del período de tiempo, en formato ISO8601.
Especifica qué propiedades del correo deben devolverse. Por opción predeterminada, se devolverán todas las propiedades.
La marca de tiempo inicial del período de tiempo, en formato ISO8601.
successful operation
Aggregated statistics for the given interval, plus the IDs of emails that were sent during that interval.