Kit · Example Payload

Get Email Stats

Email MarketingCreator EconomySubscribersAutomationNewslettersSequencesFormsBroadcasts

Get Email Stats is an example object payload from Kit, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

summarymethodpathtagresponse

Example Payload

Raw ↑
{
  "summary": "Get email stats",
  "method": "GET",
  "path": "/v4/account/email_stats",
  "tag": "Accounts",
  "response": {
    "stats": {
      "sent": 1,
      "clicked": 1,
      "opened": 1,
      "email_stats_mode": "string",
      "open_tracking_enabled": true
    }
  }
}