Pular para o conteúdo principal
GET
/
marketing
/
v3
/
emails
/
statistics
/
list
Obter estatísticas agregadas
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
  ]
}

Produtos suportados

Requer um dos seguintes produtos ou superior.
Marketing HubMarketing Hub -Grátis
Sales HubSales Hub -Grátis
Service HubService Hub -Grátis
Content HubContent Hub -Grátis

Authorizations

Authorization
string
header
required

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

Query Parameters

emailIds
integer<int64>[]

Filtre por IDs de e-mail. Inclua apenas estatísticas de e-mails com esses IDs.

endTimestamp
string

A data e hora final do intervalo de tempo, em representação ISO8601.

property
string

Especifica quais propriedades de e-mail devem ser retornadas. Todas as propriedades serão retornadas por padrão.

startTimestamp
string

A data e hora inicial do intervalo de tempo, em representação ISO8601.

Response

successful operation

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

aggregate
object
campaignAggregations
object

As estatísticas agregadas por campanha.

emails
integer<int64>[]

Lista de IDs de e-mail que foram enviados durante o período de tempo.

Last modified on December 8, 2025