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
Example response
{
"success": true
}