Get daily analytics

Return exact per-day delivery counters over a date window.

GEThttps://api.mailfully.com/v1/analytics/daily

Return exact per-day delivery counters over a date window. Bounds are inclusive YYYY-MM-DD days; from defaults to 30 days ago and is always clamped up to the plan retention floor, to defaults to the current UTC day. Days with no data are absent, not zero-filled. Counts are scoped to the credential's environment. Requires the read:analytics scope.

Loading code example
Loading code example

Authorizations

Authorizationstringheaderrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

fromstring<date>

Inclusive lower bound as a `YYYY-MM-DD` day. Defaults to 30 days ago and is always clamped up to the plan retention floor.

tostring<date>

Inclusive upper bound as a `YYYY-MM-DD` day. Defaults to the current UTC day.

Response

application/json

Per-day counters.

dataarray<any>required