---
title: "Gets a list of suppressed contacts after a given date along with the reason for suppression."
method: GET
path: "/v2/contacts/suppressed-since/{date}"
tags: ["ApiContact"]
---

# Gets a list of suppressed contacts after a given date along with the reason for suppression.

`GET /v2/contacts/suppressed-since/{date}`

## Path parameters

- `date` string, date-time, required

## Query parameters

- `select` integer
- `skip` integer

## Response `200`

- ApiContactSuppression[]
  - `suppressedContact` ApiContact
    - `id` integer
    - `email` string, required
    - `optInType` 'Unknown' | 'Single' | 'Double' | 'VerifiedDouble' | 'NotAvailableInThisVersion'
    - `emailType` 'PlainText' | 'Html' | 'NotAvailableInThisVersion'
    - `dataFields` ApiContactData[], nullable
      - `key` string, nullable
      - `value` unknown
    - `status` 'Subscribed' | 'Unsubscribed' | 'SoftBounced' | 'HardBounced' | 'IspComplained' | 'MailBlocked' | 'PendingOptIn' | 'DirectComplaint' | 'Deleted' | 'SharedSuppression' | 'Suppressed' | 'NotAllowed' | 'DomainSuppression' | 'NoMxRecord' | 'NotAvailableInThisVersion'
  - `dateRemoved` string, date-time
  - `reason` 'Subscribed' | 'Unsubscribed' | 'SoftBounced' | 'HardBounced' | 'IspComplained' | 'MailBlocked' | 'PendingOptIn' | 'DirectComplaint' | 'Deleted' | 'SharedSuppression' | 'Suppressed' | 'NotAllowed' | 'DomainSuppression' | 'NoMxRecord' | 'NotAvailableInThisVersion'

---

[API](https://skmtc.net/dotdigital/apis/apiconnector-com.md) · [All operations](https://skmtc.net/dotdigital/apis/apiconnector-com/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dotdigital/apiconnector-com/revisions/109c0537cf77/schema)
