List suppressed addresses
GET
/v1/suppressions
This org's suppression list (D5) — a listed address is never handed to the sender, checked at accept time and re-checked at every retry/replay. bounce/complaint entries are auto-added by the SES event correlator; manual entries are added here.
Authorizations
apiKey
Scoped API key. Scopes are read ⊂ write ⊂ admin. A call needing more scope than the key holds returns 403 insufficient_scope.
Type
HTTP (bearer)
Parameters
Query Parameters
cursor
Opaque pagination cursor; pass back next_cursor from the previous page.
Type
string
limit
Type
integer
Maximum
100Default
50Responses
A page of suppressed addresses.
application/json
JSON "data": [ { "id": "esup_01JX9", "address": "string", "reason": "string", "source_event_id": "string", "created_at": "string" } ], "next_cursor": "string"
{
}