---
title: "GET /v2/contacts/{contact_id}"
method: GET
path: "/v2/contacts/{contact_id}"
tags: ["contacts"]
---

# GET /v2/contacts/{contact_id}

`GET /v2/contacts/{contact_id}`

Returns a contact

## Path parameters

- `contact_id` string, required

## Response `200`

Contact found

- Contact
  - `additional_name` string
  - `addresses` PostalAddress[]
    - `address_id` string
    - `city` string, required
    - `country` string
    - `is_primary` boolean
    - `label` string
    - `postal_code` string
    - `region` string
    - `street` string
    - `type` string
  - `avatar` string
  - `contact_id` string, required
  - `date_insert` string, date-time
  - `date_update` string, date-time
  - `deleted` string, date-time
  - `emails` Email[]
    - `email_id` string
    - `address` string, required
    - `is_primary` boolean
    - `label` string
    - `type` string
  - `family_name` string
  - `given_name` string
  - `groups` string[]
  - `identities` SocialIdentity[]
    - `social_id` string
    - `infos` object
    - `name` string, required
    - `type` string
  - `ims` IM[]
    - `im_id` string
    - `address` string, required
    - `is_primary` boolean
    - `label` string
    - `protocol` string
    - `type` string
  - `infos` object
  - `name_prefix` string
  - `name_suffix` string
  - `organizations` Organization[]
    - `deleted` boolean
    - `organization_id` string
    - `department` string
    - `is_primary` boolean
    - `job_description` string
    - `label` string
    - `name` string, required
    - `title` string
    - `type` string
  - `phones` Phone[]
    - `phone_id` string
    - `normalized_number` string
    - `is_primary` boolean
    - `number` string, required
    - `type` string
    - `uri` string
  - `pi` PI
    - `technic` integer
    - `context` integer
    - `comportment` integer
    - `version` integer
  - `privacy_features` PrivacyFeatures
  - `public_keys` PublicKey[]
    - `alg` string
    - `crv` string
    - `date_insert` string, date-time
    - `date_update` string, date-time
    - `emails` string[]
    - `expire_date` string, date-time
    - `fingerprint` string
    - `kty` string
    - `key_id` string, required
    - `type` string
    - `resource_id` string, required
    - `resource_type` string
    - `size` integer
    - `use` string
    - `user_id` string, required
    - `x` integer
    - `y` integer
    - `key` string, required — DER or PEM key, base64 encoded
    - `label` string, required
  - `tags` string[]
  - `title` string
  - `user_id` string, required

## Other responses

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

---

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