Broadcasts

Get broadcast triggers

Returns a list of the triggers for a broadcast.

get/v1/broadcasts/{broadcast_id}/triggers

Response

Returns an array of triggers.

Example response

{
  "triggers": [
    {
      "broadcast_id": 2,
      "created_at": 1552341937
    }
  ]
}

Changes

Changed in 1 of the 3 revisions of this API.1

    • added the media type application/json for the response with the status

      response-media-type-added