Skip to main content
Broadcasts let you send one-time messages to a targeted segment of your contacts across any connected channel. Use this endpoint to list all broadcasts in your workspace. Each broadcast record includes its name, scheduling information, associated flow, and the total number of contacts targeted.
GET /api/v1/broadcasts

Query Parameters

integer
The page number to retrieve. Must be 1 or greater. Defaults to 1.
integer
Number of broadcasts to return per page. Must be 1 or greater.

Code Examples

Response

Returns 200 OK with a data array of broadcast objects.

Response Fields

array
required
Array of broadcast objects.

Example Response