---
title: "Retrieve recipients which have unsubscribed from a mailing"
method: GET
path: "/mailings/{id}/recipients/unsubscribed"
tags: ["Mailings"]
---

# Retrieve recipients which have unsubscribed from a mailing

`GET /mailings/{id}/recipients/unsubscribed`

Retrieve a paginated list of a mailing's recipients which unsubscribed by using the unsubscribe link in the mailing.

## Path parameters

- `id` integer, required

## Query parameters

- `idGroup` integer
- `page` integer
- `limit` integer
- `sort` 'email_asc' | 'email_desc' | 'language_asc' | 'language_desc' | 'fullname_asc' | 'fullname_desc' | 'date_asc' | 'date_desc' | 'updated_asc' | 'updated_desc'

## Response `200`

Paginated list of recipients who unsubscribed via the mailing

- object
  - `recipients` object[]
    - `idMember` integer, nullable
    - `email` string, email
    - `firstname` string
    - `lastname` string
    - `company` string
    - `gender` string
    - `language` string
    - `joinedOn` string
    - `updatedOn` string, nullable
    - `consentType` string
    - `birthdate` string, nullable
    - `postalCode` string
    - `country` string
    - `note` string
    - `customFields` object
    - `unsubscribedOn` string, nullable
  - `totalCount` integer
  - `page` integer
  - `limit` integer
  - `sort` string

## Other responses

- `401` — Unauthorized
- `404` — Mailing not found

---

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