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

successboolean

Changes

Changed in 3 of the 33 revisions of this API.12

    • added the optional property to the response with the status

      response-optional-property-added

    • the response property // became nullable for the status

      response-property-became-nullable

    • added the optional property // to the response with the status

      response-optional-property-added