Broadcasts
Get a broadcast
Returns metadata for an individual broadcast.
get/v1/broadcasts/{broadcast_id}
Response
Returns metadata for the broadcast.
Example response
{
"broadcast": {
"id": 2,
"deduplicate_id": "2:1520467200",
"created": 1520467200,
"type": "triggered_broadcast",
"updated": 1520467200,
"name": "basic",
"active": true,
"state": "running",
"actions": [
{
"id": 3,
"type": "email"
},
{
"id": 4
},
{
"type": "webhook"
}
],
"tags": "nil",
"first_started": 1520467200,
"created_by": "ExamplePerson"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.