---
title: "Get entities for a contact"
method: GET
path: "/crm/v1/customer-contacts/{contact}/entities"
tags: ["customer contacts"]
---

# Get entities for a contact

`GET /crm/v1/customer-contacts/{contact}/entities`

Returns all CRM entities (leads, contacts, companies, deals) associated with a specific contact identifier.
Example: `GET /crm/v1/customer-contacts/stark@gmail.com/entities`

## Response `200`

OK

- CrmEntity[]
  - `title` string
  - `owner` integer
  - `source` string
  - `email` object[]
    - `id` string
    - `type` string
    - `value` string
    - `main` boolean
  - `phone` object[]
    - `id` string
    - `type` 'WORK' | 'MOBILE' | 'HOME'
    - `value` string
    - `code` string
  - `messengers` object[]
    - `id` string
    - `type` string
    - `link` string

## Other responses

- `401` — Access token is missing or invalid

---

[API](https://skmtc.net/uspacy/apis/crm-service-2.md) · [All operations](https://skmtc.net/uspacy/apis/crm-service-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/uspacy/crm-service-2/revisions/f80578d43845/schema)
