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

# Get a contact by id

`GET /contacts/{contactId}`

## Path parameters

- `contactId` string, uuid, required

## Response `200`

Contact details

- object
  - `id` string, uuid, required
  - `waId` string, nullable, required — WhatsApp id of the contact
  - `waProfileName` string, nullable, required — Name in the WhatsApp profile of the contact
  - `firstName` string, nullable, required
  - `lastName` string, nullable, required
  - `fullName` string, nullable, required
  - `email` string, nullable, required
  - `phone` string, nullable, required
  - `occupation` string, nullable, required
  - `gender` string, nullable, required
  - `birthdate` string, nullable, required
  - `age` number, nullable, required
  - `notes` string, nullable, required
  - `tags` object[], required
    - `id` string, uuid, required
    - `name` string, required
  - `createDate` string, date-time, required
  - `updateDate` string, date-time, required
  - `customProperties` object, required — Values of the custom contact properties of the workspace, keyed by property name

## Other responses

- `401` — Unauthorized
- `404` — Contact not found

---

[API](https://skmtc.net/indigohive/apis/cogfy-messenger-public-api.md) · [All operations](https://skmtc.net/indigohive/apis/cogfy-messenger-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/indigohive/cogfy-messenger-public-api/revisions/30bd33ee45c9/schema)
