---
title: "Get contact"
method: GET
path: "/v1/contacts/{contact_id}"
tags: ["Contacts"]
---

# Get contact

`GET /v1/contacts/{contact_id}`

Retrieve a specific contact by ID

## Path parameters

- `contact_id` string, required

## Response `200`

Success

- object
  - `data` object
    - `id` string
    - `number` string
    - `name` string, nullable
    - `email` string, nullable
    - `address1` string, nullable
    - `state` string, nullable
    - `zip` string, nullable
    - `city` string, nullable
    - `notes` string, nullable
    - `custom` object, nullable
    - `is_unsubscribed` boolean, nullable

## Other responses

- `404` — Contact not found

---

[API](https://skmtc.dev/800/apis/public-api.md) · [All operations](https://skmtc.dev/800/apis/public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/800/public-api/revisions/aab9efc97342/schema)
