Kit · Example Payload

List Broadcasts

Email MarketingCreator EconomySubscribersAutomationNewslettersSequencesFormsBroadcasts

List Broadcasts 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": "List broadcasts",
  "method": "GET",
  "path": "/v4/broadcasts",
  "tag": "Broadcasts",
  "response": {
    "broadcasts": [
      {
        "id": 1,
        "publication_id": 1,
        "created_at": "string",
        "subject": "string",
        "preview_text": "string"
      }
    ],
    "pagination": {
      "has_previous_page": true,
      "has_next_page": true,
      "start_cursor": "string",
      "end_cursor": "string",
      "per_page": 1
    }
  }
}