Skip to Content
API keys are issued to organizations with a signed BAA. Request API access →
API referenceList broadcasts

List broadcasts

GET/broadcasts

Lists your organization’s broadcasts. Reading broadcasts does not give access to the conversations they were sent to.

Scope broadcasts:read

Query parameters

page[limit]integer

Number of records to return. Defaults to 50, maximum 100.

page[after]string

Cursor from the previous page’s pagination.next_cursor.

Returns

Returns 200 OK with a data array of Broadcast objects and a pagination object. See pagination.

Errors

Failed requests return application/problem+json problem details. The errors specific to this endpoint:

StatusCodeMeaning
400invalid_requestThe request is malformed, such as invalid JSON.
401unauthorizedThe API key is missing, revoked, or invalid.
403insufficient_scopeThe key lacks the required scope.
429rate_limitedToo many requests. Retry after Retry-After seconds.
Last updated on