---
title: "Get the details of a specific unsubscribed contact"
method: GET
path: "/api/v2/unsubscribers/{id}"
tags: ["Contacts"]
---

# Get the details of a specific unsubscribed contact

`GET /api/v2/unsubscribers/{id}`

<a class="try-sandbox-link" href="https://sandbox.textmagic.com/#/Contacts/getUnsubscribedContact" target="_blank">Try in sandbox</a><br>

## Path parameters

- `id` integer, required

## Response `200`

Returned when successful.

- UnsubscribedContact
  - `id` integer, required — Unsubscribed contact ID.
  - `phone` string, required — Phone number in [E.164 format](https://en.wikipedia.org/wiki/E.164).
  - `unsubscribeTime` string, date-time, required — Time when contact was opted-out.
  - `firstName` string, nullable, required — Unsubscribed contact first name.
  - `lastName` string, nullable, required — Unsubscribed contact last name.

## Other responses

- `401` — Unauthorized request.
- `404` — Request data not found.

---

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