cURL
curl --request GET \ --url https://api.embedreach.com/api/automations/statistics
{ "success": true, "message": "<string>", "data": { "sms": { "numberSent": 123, "linksClicked": 123, "openPercentage": 123, "softBounceRate": 123, "hardBounceRate": 123, "spamComplaintRate": 123, "unsubscribedRate": 123, "errors": 123 }, "email": { "numberSent": 123, "linksClicked": 123, "openPercentage": 123, "softBounceRate": 123, "hardBounceRate": 123, "spamComplaintRate": 123, "unsubscribedRate": 123, "errors": 123 } } }
Get statistics for all tenant automations
If using a platform scoped JWT, you can pass in a header to impersonate a specific tenant to impersonate the request as.
The start date of the statistics
The end date of the statistics
Status 200 response
Show child attributes