---
title: "Get Contact"
method: GET
path: "/contacts/{id}"
tags: ["Contacts"]
---

# Get Contact

`GET /contacts/{id}`

Retrieves a single contact by ID with campaign information.

## Path parameters

- `id` string, uuid, required

## Response `200`

Contact details

- ContactResponse
  - `success` boolean
  - `request_id` string
  - `data` Contact
    - `id` string, uuid
    - `email` string, email
    - `first_name` string
    - `last_name` string
    - `company` string
    - `title` string
    - `linkedin_url` string, uri
    - `phone` string
    - `website` string
    - `interest` string — Contact status - interested, not_interested, meeting_request, meeting_booked, customer, future, follow_up
    - `finished` boolean
    - `deleted` boolean
    - `custom` object
    - `team_id` string, uuid
    - `campaign_id` string, uuid
    - `created_at` string, date-time
    - `updated_at` string, date-time

## Other responses

- `404` — Not Found - Resource does not exist

---

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