---
title: "Retrieve an existing unsubscribe contact."
method: GET
path: "/distribution/unsubscribe/{id}"
tags: ["Distribution"]
---

# Retrieve an existing unsubscribe contact.

`GET /distribution/unsubscribe/{id}`

## Path parameters

- `id` integer, required

## Headers

- `Accept-Version` string

## Response `200`

OK

- UnsubscribeContact
  - `Id` integer — The ID of the unsubscribe contact.
  - `Active` boolean — Shows whether the unsubscribed contact is active.
  - `Email` string — The email address. If provided, must be a valid email address.
  - `Phone` string — The phone number. If provided, must be a valid phone number.
  - `SurveyId` integer — The ID of the survey from which an email address or a phone number was added using an unsubscribe link.
  - `SurveyName` string — The name of the survey from which an email address or a phone number was added using an unsubscribe link.
  - `RespondentId` integer — The ID of the respondent for whom an email address or a phone number was added using an unsubscribe link.
  - `Custom1` string — Custom field to store additional information.
  - `Custom2` string — Custom field to store additional information.
  - `Custom3` string — Custom field to store additional information.
  - `Custom4` string — Custom field to store additional information.
  - `Custom5` string — Custom field to store additional information.
  - `Custom6` string — Custom field to store additional information.
  - `Custom7` string — Custom field to store additional information.
  - `Custom8` string — Custom field to store additional information.
  - `Custom9` string — Custom field to store additional information.
  - `Custom10` string — Custom field to store additional information.
  - `CreatedById` integer — The ID of the user who added the email or phone number to the list.
  - `CreatedBy` string — The username of the user who added the email or phone number to the list.
  - `CreatedOn` string, date-time — The date and time the email address or phone number was added to the list.
  - `ModifiedById` integer — The ID of the user who last modified the email address or phone number.
  - `ModifiedBy` string — The username of the user who last modified the email address or phone number.
  - `ModifiedOn` string, date-time — The date and time the email address or phone number was last modified.

## Other responses

- `401` — The request must be authenticated using the Authorization HTTP header
- `403` — The authenticated user does not have permission to manage the unsubscribe list.
- `404` — The requested unsubscribe contact does not exist.

---

[API](https://skmtc.net/voxco/apis/acuity-webapi-1-0.md) · [All operations](https://skmtc.net/voxco/apis/acuity-webapi-1-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/voxco/acuity-webapi-1-0/revisions/2ea4b8555197/schema)
