Kit · Example Payload

Get Stats For A Broadcast

Email MarketingCreator EconomySubscribersAutomationNewslettersSequencesFormsBroadcasts

Get Stats For A Broadcast 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 stats for a broadcast",
  "method": "GET",
  "path": "/v4/broadcasts/{broadcast_id}/stats",
  "tag": "Broadcasts",
  "response": {
    "broadcast": {
      "id": 1,
      "stats": {
        "recipients": 1,
        "open_rate": 1.0,
        "emails_opened": 1,
        "click_rate": 1.0,
        "unsubscribe_rate": 1.0
      }
    }
  }
}