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

# Get contact

`GET /contacts/{id}`

Get a single contact by ID

## Path parameters

- `id` string, required

## Response `200`

Contact details

- Contact
  - `id` string — Unique contact identifier
  - `email` string, email — Contact email address
  - `subscribed` boolean — Subscription status
  - `data` object — Custom contact data fields
  - `createdAt` string, date-time
  - `updatedAt` string, date-time

## Other responses

- `401` — Missing or invalid API key.
- `404` — The requested resource does not exist in this project.

## Changes

- **2026-08-09** `a13aa5345f8e` — 2 info
  - added the media type `application/json` for the response with the status `404`
  - added the non-success response with the status `401`

[Change history](https://skmtc.dev/useplunk/apis/plunk-api/changes/contacts/:id/get.md)

---

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