Kit · Example Payload

Get A Broadcast

Email MarketingCreator EconomySubscribersAutomationNewslettersSequencesFormsBroadcasts

Get 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 a broadcast",
  "method": "GET",
  "path": "/v4/broadcasts/{id}",
  "tag": "Broadcasts",
  "response": {
    "broadcast": {
      "id": 1,
      "publication_id": 1,
      "created_at": "string",
      "subject": "string",
      "preview_text": "string"
    }
  }
}