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

# Get contact

`GET /api/v1/contacts/{id}`

## Response `200`

Contact

- object
  - `contact` Contact
    - `id` string
    - `email` string, email
    - `name` string
    - `phone` string
    - `description` string
    - `status` 'active' | 'unsubscribed' | 'bounced'
    - `tags` string[]
    - `createdAt` string, date-time

## Other responses

- `404` — Resource not found

---

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