Skip to main content
GET
List broadcasts

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

status
enum<string>

Current status of the broadcast.

Available options:
draft,
pending_review,
approved,
rejected,
escalated,
rejected_final,
scheduled,
sending,
paused,
completed,
cancelled,
failed
limit
integer
default:50
Required range: x <= 100
cursor
string

Response

List of broadcasts.

items
object[]
required
nextCursor
string | null