---
title: "Get recipient suppression"
method: GET
path: "/suppressions/{email}"
tags: ["Suppressions"]
---

# Get recipient suppression

`GET /suppressions/{email}`

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.

## Path parameters

- `email` string, email, required

## Query parameters

- `region` string

## Response `200`

Recipient suppression status

- object
  - `success` boolean
  - `suppression` object
    - `email` string, email
    - `knownRecipient` boolean
    - `suppressed` boolean
    - `local` object
      - `suppressed` boolean
      - `reason` string, nullable
      - `source` string, nullable
      - `suppressionId` string, nullable
    - `ses` object
      - `regionsChecked` string[]
      - `entries` object[]
        - `email` string, email
        - `region` string
        - `reason` 'BOUNCE' | 'COMPLAINT'
        - `lastUpdateTime` string, date-time, nullable
        - `messageId` string, nullable
        - `feedbackId` string, nullable

## Other responses

- `400` — Invalid email address or AWS region
- `401` — Unauthorized
- `403` — No company selected
- `500` — Internal server error

---

[API](https://skmtc.net/sequenzy/apis/sequenzy-api.md) · [All operations](https://skmtc.net/sequenzy/apis/sequenzy-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sequenzy/sequenzy-api/versions/af1cf9620482/schema)
