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

# Get contact

`GET /contacts/{contact_id}`

Returns a contact by contact_id

## Path parameters

- `contact_id` integer, required

## Response `200`

Returns contact details

- Contact
  - `contact` object
    - `first_name` string
    - `last_name` string
    - `tag_list` string[]
    - `created_at` string, date-time
    - `updated_at` string, date-time
    - `contact_emails_attributes` object[]
      - `email` string
      - `primary` boolean
    - `contact_phones_attributes` object[]
      - `phone_number` string
      - `country_code` string
      - `primary` boolean

## Other responses

- `404` — Contact not found

---

[API](https://skmtc.net/gettruss/apis/api-v1.md) · [All operations](https://skmtc.net/gettruss/apis/api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gettruss/api-v1/versions/9418bb2b65bf/schema)
