メインコンテンツへスキップ
GET
/
marketing
/
emails
/
2026-03
/
statistics
/
list
Get aggregated statistics
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
  ]
}

Documentation Index

Fetch the complete documentation index at: https://developers.hubspot.jp/docs/llms.txt

Use this file to discover all available pages before exploring further.

Supported products

承認

Authorization
string
header
必須

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

クエリパラメータ

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

レスポンス

successful operation

aggregate
object
必須
campaignAggregations
object
必須

The aggregated statistics per campaign.

emails
integer<int64>[]
必須

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

Last modified on April 13, 2026