Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

Your Mailercloud API key (plain text, no Bearer prefix). Create keys in Settings → API.

Body

application/json

Match any part of an email address.

reason
enum<string>
default:all

Limit the result to one reason.

Available options:
all,
hard_bounced,
spam_complaint,
manual
page
integer
default:1
Required range: x >= 1
limit
integer
default:25
Required range: 1 <= x <= 100
sort_order
enum<string>
default:desc

Order by the date the recipient was suppressed.

Available options:
desc,
asc
date_from
string

Start of the range, as YYYY-MM-DD in your account's timezone.

Example:

"2026-08-01"

date_to
string

End of the range.

Example:

"2026-08-31"

counts
boolean
default:true

Set to false to skip the per-reason totals when paging through a large list.

Response

OK

data
object[]
page
integer
limit
integer
counts
object

Totals per reason, plus all.

next_cursor
object

Pass back as after to fetch the following page. Absent on the last page.