Skip to main content
GET
List broadcast contacts

Authorizations

Authorization
string
header
required

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

Path Parameters

broadcastId
string
required

Query Parameters

status
enum<string>

Status of a contact within a broadcast.

Available options:
pending,
queued,
sending,
delivered,
failed,
skipped
limit
integer
default:50
Required range: x <= 100
cursor
string

Response

List of broadcast contacts.

items
object[]
required
nextCursor
string | null