Authorizations
This api key can be used for all account level operations
Query Parameters
Group whose aggregate stats need to be retrieved.
"shopify"
Date from which stats should be retrieved (should be in the format YYYY-MM-DD).
"2019-01-01"
Date to which stats should be retrieved (should be in the format YYYY-MM-DD). Note that the difference between from and to should not be more than 366 days.
"2019-12-31"
Response
Successfully retrieved aggregate stats by group.
Number of emails accepted by SendPost API.
225
Number of emails we were able to successfully deliver at SMTP without encountering any error
200
Number of emails drop without attempting to deliver either because the email is invalid or email in in existing suppression list
10
Number of emails where we got SMTP hard bounce error code by the recipient mail provider
10
Number of emails where we got temporary soft bounce error by the recipent mail provider. Soft bounced emails are retried upto 5 times over 24 hour period before marking them as hardBounced.
5
Number of email recipients who unsubscribed from receiving further emails
6
Number of email recipients who marked emails as spam
2