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
The percentage of recipients who opened the email (between 0 and 1
The percentage of recipients who soft bounced (between 0 and 1)
The percentage of recipients who hard bounced (between 0 and 1)
The percentage of recipients who complained about the email (between 0 and 1)
The percentage of recipients who unsubscribed from the email (between 0 and 1)
The number of SMS communications that failed/errored
The number of emails sent
The number of links clicked
The percentage of recipients who opened the email (between 0 and 1)
The number of email communications that failed/errored