List suppressions
List the organization's suppressed addresses, newest first, with keyset pagination. Suppressions are org-global (not partitioned by environment). Stored addresses are canonical lowercase, so filter with a lowercased address. Requires the read:suppressions or manage:suppressions scope.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Maximum rows to return. Default 25, clamped to [1, 100].
x >= 1, x <= 10025Opaque pagination cursor from a previous response's next_cursor.
Exact-match filter (case-sensitive; stored values are lowercase).
Exact-match filter. Effective values are manual, hard_bounce, and complaint.
Response
A page of suppressions.
dataarray<object>requireddata.idstringrequiredThe suppression id (a bare ULID, no prefix).
data.emailstringrequiredThe suppressed address, canonical lowercase.
data.reasonstringrequiredOne of manual, hard_bounce, or complaint.
data.sourcestringrequiredOne of dashboard or ses_notification.
data.created_atstring<date-time>requiredhas_morebooleanrequirednext_cursorstringrequired