v1

latestSwagger 2.0Apache 2.02026-08-06303655.6 KB
messaging

Get contacts for a blast

Returns contacts from the blast sequence's target lists. Supports filtering by subscription status, pagination, and sorting.

get/messaging/blast/{id}/contacts

Path parameters

idinteger required

Blast sequence ID

Query parameters

status'subscribed' | 'unsubscribed'

Filter: 'subscribed' or 'unsubscribed'. Omit for all.

skipinteger

Records to skip (default 0)

limitinteger

Max records to return (default 50)

sortstring

Sort field: id, first_name, last_name, email, created, updated

sort_direction'asc' | 'desc'

asc or desc

Response

Successful response