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

# Fetch a contact

`GET /contacts/{id}`

## Response `200`

Contact

- object
  - `contact` Contact
    - `id` string
    - `email` string, email
    - `first_name` string, nullable
    - `last_name` string, nullable
    - `unsubscribed` boolean
    - `properties` object
    - `created_at` string, date-time

---

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