v1
latestOpenAPI 3.1.02026-07-2624070.9 KB/stats
Get basic stats for of account, such as subscribers, open/click rates and so on.
get/stats
Query parameters
timestampinteger
Specify UNIX timestamp if you want to receive stats values at the specific point in the past.
Response
200
Example response
{
"subscribed": 10187,
"unsubscribed": 1,
"campaigns": 4,
"sent_emails": 2,
"open_rate": 0.1,
"click_rate": 0.05,
"bounce_rate": 0.05
}