List recipients & engagement
Email Blasts
List recipients & engagement
List the contacts in an engagement category (recipients, opened, clicked, …) with per-contact event timestamps.
GET
List recipients & engagement
Authorizations
Workspace API key, e.g. Authorization: Bearer tented_.... Create keys in Workspace Settings → API Keys.
Path Parameters
Blast ID.
Query Parameters
Engagement category to select.
Available options:
recipients, sent, delivered, opened, clicked, bounced, unsubscribed, spam Page number, starting at 1. Page number (1-based).
Required range:
x >= 1Results per page (1–100). Page size.
Required range:
1 <= x <= 100Case-insensitive name search.
Maximum string length:
255Sort key. Contacts without the event sort last.
Available options:
display_name, email, created_at, sent_at, delivered_at, opened_at, clicked_at, bounced_at, unsubscribed_at, complained_at Sort direction.
Available options:
asc, desc