---
title: "List Unsubscribed Contacts"
method: GET
path: "/Advertisers/{AccountSID}/Campaigns/{CampaignId}/UnsubscribedContacts"
tags: ["Unsubscribed Contacts"]
---

# List Unsubscribed Contacts

`GET /Advertisers/{AccountSID}/Campaigns/{CampaignId}/UnsubscribedContacts`

Retrieves a paginated list of all contacts who have unsubscribed from a specific program's Outreach communications.

## Path parameters

- `AccountSID` string, required
- `CampaignId` integer, required

## Query parameters

- `PartnerId` integer
- `UserEmail` string, email
- `Page` integer
- `PageSize` integer

## Response `200`

A paginated list of unsubscribed contacts.

- UnsubscribedContactsResponse
  - `Page` integer — The current page number. Starts at 0.
  - `NumPages` integer — The total number of pages available.
  - `PageSize` integer — The number of items per page. The maximum is 1000.
  - `Total` integer — The total number of unsubscribed contact records.
  - `Start` integer — The index of the first item on the current page.
  - `End` integer — The index of the last item on the current page.
  - `Uri` string, uri-reference — The URI for the current page of results.
  - `FirstPageUri` string, uri-reference — The URI for the first page of results.
  - `PreviousPageUri` string, uri-reference, nullable — The URI for the previous page of results, if any.
  - `NextPageUri` string, uri-reference, nullable — The URI for the next page of results, if any.
  - `LastPageUri` string, uri-reference — The URI for the last page of results.
  - `Results` UnsubscribedContact[] — The list of unsubscribed contact objects on this page.
    - `UserEmail` string, email — The email address of the unsubscribed contact.
    - `PartnerId` integer — The unique identifier of the partner associated with the contact.
    - `CreatedAt` string, date-time — The date and time the unsubscribe was created.
    - `UpdatedAt` string, date-time — The date and time the unsubscribe was last updated.

---

[API](https://skmtc.net/impact/apis/brand-api-account-information.md) · [All operations](https://skmtc.net/impact/apis/brand-api-account-information/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/impact/brand-api-account-information/revisions/c53422ebb833/schema)
