list_blacklist
Retrieve manually blacklisted email addresses to identify contacts excluded from email delivery. Filter by date range and paginate results to audit intentional blocks versus automatic bounces.
Instructions
List email addresses that have been explicitly (manually) blacklisted. Unlike the blocklist (auto-populated from hard bounces), blacklist entries are added intentionally via add_to_blacklist. Blacklisted addresses cannot receive any emails. Use get_blacklist_entry to check a specific email, or check_email_blocked for a combined blocklist+blacklist check. Returns paginated HAL+JSON with email and block date. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| begin | No | ISO 8601 start date | |
| end | No | ISO 8601 end date | |
| size | No | Page size (max 500, default 200) | |
| page | No | Page number (default 0) |