latestOpenAPI 3.0.1raw.githubusercontent.com2026-08-10145345487.2 KB

cb8586034158

Broadcasts

Get Broadcast Content

Retrieve the broadcast's content — the elemental content of its private notification template. Defaults to the working draft, since broadcast content is authored as a draft until the broadcast is sent.

get/broadcasts/{broadcastId}/content

Path parameters

broadcastIdstring required

Query parameters

versionstring

Accepts draft, published, or a version string (e.g. v001). Defaults to draft.

Response

versionstring required

Content version identifier.

Example response

{
  "version": "2022-01-01"
}