---
title: "Retrieve a specific unsubscribed member"
method: GET
path: "/members/unsubscribed/{email}"
tags: ["Members"]
---

# Retrieve a specific unsubscribed member

`GET /members/unsubscribed/{email}`

Retrieve a specific unsubscribed member based on their email address.

## Path parameters

- `email` string, email, required

## Response `200`

The unsubscribed member's details

- UnsubscribedMember
  - `firstname` string
  - `lastname` string
  - `company` string
  - `email` string, email
  - `gender` string
  - `language` string
  - `joinedOn` string
  - `updatedOn` string, nullable
  - `consentType` string
  - `postalCode` string
  - `country` string
  - `note` string
  - `birthdate` string, nullable
  - `unsubscribedOn` string
  - `customFields` object

## Other responses

- `401` — Unauthorized
- `404` — Member 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)
