curl --request GET \ --url https://api.kit.com/v4/account/email_stats \ --header 'X-Kit-Api-Key: <api-key>'
{ "stats": { "sent": 6, "clicked": 3, "opened": 6, "email_stats_mode": "last_90", "open_tracking_enabled": true, "click_tracking_enabled": true, "starting": "2022-11-19T11:43:55Z", "ending": "2023-02-17T11:43:55Z" } }
Authenticate API requests via an API Key
Returns your email stats for the last 90 days
The response is of type object.
object
Was this page helpful?