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

# GET /v2/contacts/{contact_id}/identities

`GET /v2/contacts/{contact_id}/identities`

returns a list of contact's identities

## Path parameters

- `contact_id` string, required

## Response `200`

Contact's identities returned

- object
  - `total` integer — number of identities found for the contact
  - `contact_identities` ContactIdentity[]
    - `identifier` string
    - `label` string
    - `privacy_index` PI
      - `technic` integer
      - `context` integer
      - `comportment` integer
      - `version` integer
    - `protocol` string

## 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)
