Returns the daily incoming email trends for the top 5 client domains within the specified date range.
series array suitable for time-series visualization (e.g., line chart).| Name | Type | Required | Description |
|---|---|---|---|
| Authorization | string | Yes | Bearer token |
| Parameter | Type | Required | Description |
|---|---|---|---|
| startDate | string | Yes | Start date for the trend range (YYYY-MM-DD) |
| endDate | string | Yes | End date for the trend range (YYYY-MM-DD) |
YYYY-MM-DD (ISO 8601 date)| Field | Type | Description |
|---|---|---|
| labels | array | List of dates in YYYY-MM-DD format |
| Field | Type | Description |
|---|---|---|
| name | string | Domain name |
| data | array | Daily incoming email counts |
series[i].data[j] corresponds to labels[j] for the domain series[i].name/email-meter/stats/clients/top-domains for current top domains/email-meter/stats/emails-trend for overall email trends/email-meter/stats/clients/response-times for domain performanceBearer authentication header of the form Bearer <token>, where <token> is your auth token.
Start date for the trend range (YYYY-MM-DD)
End date for the trend range (YYYY-MM-DD)