Suppressions
Get Recipient Suppression
Check local and Amazon SES suppression for one exact recipient address.
GET
Get Recipient Suppression
Get Recipient Suppression
Checks one exact recipient against Sequenzy’s local bounce and complaint safeguards and the Amazon SES account-level suppression list. This endpoint does not list unrelated recipients from the shared SES account. By default, Sequenzy checks the default SES region and every region currently used by the company’s sending domains.Request
string
required
Exact recipient email address. URL-encode the value when constructing the
request URL.
string
Optional AWS SES region such as
us-east-1. Use this to limit the lookup to
one known region.Response
local.scope describes how far a local suppression reaches: global when the
SMTP evidence conclusively identified an invalid destination and every
workspace is blocked, company when the block is contained to your workspace
(an ambiguous hard bounce, repeated delivery failures of your own sends, or a
spam complaint against your email).
Global invalid-recipient suppressions and SES account-level suppressions are
protected; only company-scoped soft-bounce escalations can be removed. It is
null when the address is not locally suppressed. Use
List Suppressed Recipients to see every
suppressed address at once.
local.suppressionType uses the same stable values as the list:
invalid_recipient, unknown_hard_bounce, soft_bounce_escalation, or
complaint.
local.delistable is true only for soft_bounce_escalation.
knownRecipient indicates whether the address appears in this company’s
subscriber or email-send history. Unknown addresses return empty local and SES
results so the endpoint cannot be used to probe suppressions belonging only to
another company on the shared SES account.Get Recipient Suppression