---
title: "POST /api/v4/contacts/chats"
method: POST
path: "/api/v4/contacts/chats"
---

# POST /api/v4/contacts/chats

`POST /api/v4/contacts/chats`

Link chats to contacts.

## Request body

- ContactChatLink[]
  - `contact_id` integer, required
  - `chat_id` string, required
  - `request_id` string

## Response `200`

The request has succeeded.

- union
  - ContactChatLinksResponse
    - `_links` object
    - `_embedded` object
      - `chats` ContactChatLink[]
        - `contact_id` integer, required
        - `chat_id` string, required
        - `request_id` string
  - Problem
    - `title` string
    - `status` integer
    - `detail` string
    - `type` string

---

[API](https://skmtc.net/hexlet/apis/amocrm-api.md) · [All operations](https://skmtc.net/hexlet/apis/amocrm-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hexlet/amocrm-api/versions/800f4ed7083b/schema)
