Broadcasts
List broadcast recipients
Returns recipients for a broadcast with individual delivery status. Filter by status.
get/v1/broadcasts/{broadcastId}/recipients
Path parameters
broadcastIdstring required
Query parameters
status'pending' | 'sent' | 'delivered' | 'read' | 'failed'
limitinteger
skipinteger
Response
Recipients list with delivery status
Changes
Changed in 3 of the 33 revisions of this API.12
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
- ▲
the response property
//became nullable for the statusresponse-property-became-nullable
- ▲
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
- ○