Analysis
These endpoint are only available for customers on the start-up and enterprise plans. Any period selection is dependent on the plan's defined data retention;
Start-up - 30 day retention period
Enterprise - 2 year retention period
Get basic account usage for a period
GET
https://api.smtpd.dev/api/v1/analysis/summary?from=2039823098&to=234987234
Query Parameters
Name
Type
Description
to
number
Unix Timestamp (epoch) - defaults to the current time
from
number
Unix Timestamp (epoch) - defaults to current time minus 31 days
* Max range between from
and to
is 365 days
Headers
Name
Type
Description
Authentication*
string
Bearer {access_token}
Last updated