v97

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-04231129815.9 KB
Suppressions

Get recipient suppression

Checks one exact recipient against Sequenzy's local bounce and complaint safeguards and the regional Amazon SES account-level suppression list. The lookup does not expose unrelated recipients from the shared SES account.

get/suppressions/{email}

Path parameters

emailstring email required

Exact recipient email address

Query parameters

regionstring
Example:us-east-1

Optional AWS SES region. Omit to check the default region and regions used by the company's sending domains.

Response

Recipient suppression status

successboolean

Example response

{
  "success": true
}