Engagement
Get deliveries by domain for a period
GET
https://api.smtpd.dev/api/v1/analysis/engagement/delivery/domain/summary?from=1&to=2
Path Parameters
Authentication*
string
Bearer {access_token}
Query Parameters
from
number
Unix Timestamp (epoch) in milliseconds - defaults to current time minus 31 days
* Max range between from
and to
is 365 days
to
number
Unix Timestamp (epoch) in milliseconds - defaults to the current time
Get engagement (Open + Clicks) by country for a period
GET
https://api.smtpd.dev/api/v1/analysis/engagement/country/summary?from=1&to=2
Path Parameters
Authentication*
string
Bearer {access_token}
Query Parameters
from
number
Unix Timestamp (epoch) in milliseconds - defaults to current time minus 31 days
* Max range between from
and to
is 365 days
to
number
Unix Timestamp (epoch) in milliseconds - defaults to the current time
Get engagement (Open + Clicks) by device type for a period
GET
https://api.smtpd.dev/api/v1/analysis/engagement/device/summary?from=1&to=2
Path Parameters
Authentication
string
Bearer {access_token}
Query Parameters
from
number
Unix Timestamp (epoch) in milliseconds - defaults to current time minus 31 days
* Max range between from
and to
is 365 days
to
number
Unix Timestamp (epoch) in milliseconds - defaults to the current time
Last updated