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

# Get Contact

`GET /v1/contacts/{contact_id}`

## Path parameters

- `contact_id` integer, required — Contact id

## Response `200`

Successful Response

- ExternalContactView — Contacto expuesto por la API externa (contrato v1, congelado 2026-08-25). Se construye campo a campo desde ContactInternal con from_internal(); nunca hereda de los View del front. Sin campos cifrados: ssn se expone solo como has_ssn.
  - `id` string, required
  - `first_name` string, required
  - `middle_name` string
  - `last_name` string
  - `last_name2` string
  - `full_name` string
  - `email` string
  - `phone` string
  - `preferred_language` string — en | es
  - `dob` string, date
  - `age` integer
  - `gender` string — M | F | O
  - `marital_status` string
  - `legal_status` string — Immigration status
  - `birth_country` string
  - `pregnant` boolean
  - `tobacco_user` boolean
  - `deceased` boolean
  - `deceased_date` string, date
  - `status` boolean — Active contact
  - `lead` boolean
  - `source` string
  - `address` ExternalAddress
    - `address_1` string
    - `address_2` string
    - `city` string
    - `state` string
    - `zip` string
    - `county` string
    - `country` string
  - `mailing_address` ExternalAddress
    - `address_1` string
    - `address_2` string
    - `city` string
    - `state` string
    - `zip` string
    - `county` string
    - `country` string
  - `total_income` number
  - `employment` ExternalEmployment[]
    - `company` string
    - `position` string
    - `income` number
    - `company_phone` string
  - `agent` ExternalRecord — Relación compacta hacia el exterior: solo id y nombre.
    - `id` string, required
    - `name` string
  - `referred_by` ExternalRecord — Relación compacta hacia el exterior: solo id y nombre.
    - `id` string, required
    - `name` string
  - `groups` ExternalRecord[]
    - `id` string, required
    - `name` string
  - `has_ssn` boolean — True if the contact has an SSN on file. The value is never exposed.
  - `created` string, date-time, required
  - `last_update` string, date-time, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Validation Error
- `500` — Internal Server Error

---

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