Analysis
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}
{
"group_by": {
"accepted": {
"current": 149,
"previous": 0,
"delta": 149
},
"bounce": {
"current": 1,
"previous": 0,
"delta": 1
},
"click": {
"current": 6,
"previous": 0,
"delta": 6
},
"delivered": {
"current": 143,
"previous": 0,
"delta": 143
},
"open": {
"current": 9,
"previous": 0,
"delta": 9
},
"processed": {
"current": 149,
"previous": 0,
"delta": 149
},
"queued": {
"current": 169,
"previous": 0,
"delta": 169
},
"rejected": {
"current": 6,
"previous": 0,
"delta": 6
},
"sent": {
"current": 149,
"previous": 0,
"delta": 149
}
},
"period": {
"from": 1606901470,
"to": 1607912472
}
}
Last updated
Was this helpful?