Search Suppressions
Returns the recipients on your suppression list, newest first. Narrow the result with a search term, a reason, or a date range, and page through it with page or by following next_cursor.
A suppressed recipient is rejected on every future send until it is reactivated.
Sample Code
Authorizations
Your Mailercloud API key (plain text, no Bearer prefix). Create keys in Settings → API.
Body
Match any part of an email address.
Limit the result to one reason.
all, hard_bounced, spam_complaint, manual x >= 11 <= x <= 100Order by the date the recipient was suppressed.
desc, asc Start of the range, as YYYY-MM-DD in your account's timezone.
"2026-08-01"
End of the range.
"2026-08-31"
Set to false to skip the per-reason totals when paging through a large list.