GET
/
marketing
/
v3
/
emails
/
statistics
/
list
Obtener estadísticas agrupadas
curl --request GET \
  --url https://api.hubapi.com/marketing/v3/emails/statistics/list \
  --header 'Authorization: Bearer <token>'
{
  "emails": [
    123
  ],
  "campaignAggregations": {},
  "aggregate": {
    "deviceBreakdown": {},
    "qualifierStats": {},
    "counters": {},
    "ratios": {}
  }
}
Productos compatibles
Se requiere uno de los siguientes productos o productos de ediciones superiores.
Marketing HubMarketing HubGratuito
Sales HubSales HubGratuito
Service HubService HubGratuito
Content HubContent HubGratuito

Ámbitos Requeridos

Esta API requiere uno de los siguientes ámbitos:
  • content

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Response

200
application/json

successful operation

Aggregated statistics for the given interval, plus the IDs of emails that were sent during that interval.