Zum Hauptinhalt springen
GET
/
marketing
/
emails
/
2026-03
/
statistics
/
list
cURL
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

Autorisierungen

Authorization
string
header
erforderlich

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

Abfrageparameter

emailIds
integer<int64>[]
endTimestamp
string
property
string
startTimestamp
string

Antwort

successful operation

aggregate
object
erforderlich
campaignAggregations
object
erforderlich

The aggregated statistics per campaign.

emails
integer<int64>[]
erforderlich

List of email IDs that were sent during the time span.

Last modified on April 9, 2026