GET
/
v4
/
broadcasts
/
{id}
curl --request GET \
  --url https://api.kit.com/v4/broadcasts/{id} \
  --header 'X-Kit-Api-Key: <api-key>'
{
  "broadcast": {
    "id": 2786,
    "publication_id": 2786,
    "created_at": "2023-02-17T11:43:55Z",
    "subject": "You'll never guess...",
    "preview_text": null,
    "description": null,
    "content": null,
    "public": false,
    "published_at": null,
    "send_at": null,
    "thumbnail_alt": null,
    "thumbnail_url": null,
    "public_url": null,
    "email_address": null,
    "email_template": {
      "id": 6,
      "name": "Text Only"
    },
    "subscriber_filter": [
      {
        "all": [
          {
            "type": "all_subscribers"
          }
        ]
      }
    ]
  }
}

Authorizations

X-Kit-Api-Key
string
header
required

Authenticate API requests via an API Key

Path Parameters

id
integer
required

Response

200
application/json

Returns the broadcast details

The response is of type object.