GET
/
marketing
/
v3
/
emails
/
statistics
/
list
Obtenir des statistiques agrégées
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": {}
  }
}
Produits pris en charge
Exige l'un des produits suivants ou un produit supérieur.
Marketing HubMarketing HubGratuit
Sales HubSales HubGratuit
Service HubService HubGratuit
Content HubContent HubGratuit

Portées requises

Cette API requiert l’une des portées suivantes :
  • 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.