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

# GET /v2/contacts

`GET /v2/contacts`

Returns contacts list for current user according to given params

## Query parameters

- `limit` integer
- `offset` integer
- `uri` string

## Headers

- `X-Caliopen-PI` string, required
- `X-Caliopen-IL` string, required

## Response `200`

Contacts list

- object
  - `total` integer — number of contacts found for current user for the given parameters
  - `contacts` 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

---

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