---
title: "Get Contact"
method: GET
path: "/api/v3/crm/{integration_id}/contacts/{contact_id}"
tags: ["CRM Contacts"]
---

# Get Contact

`GET /api/v3/crm/{integration_id}/contacts/{contact_id}`

Get a single contact by its CRM ID.

## Path parameters

- `integration_id` string, uuid, required — The CRM integration ID
- `contact_id` string, required — The CRM contact ID

## Query parameters

- `properties` string, nullable — Comma-separated list of properties to return
- `associations` string, nullable — Comma-separated associated objects to include (e.g., companies,deals)

## Response `200`

Successful Response

- AppRoutesV3CrmContactsContactResponse — API response for a single contact.
  - `id` string, required
  - `properties` object, required
  - `created_at` string, nullable
  - `updated_at` string, nullable

## Other responses

- `422` — Validation Error

---

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