---
title: "Merge many contacts"
method: POST
path: "/apps/{appId}/contacts/merge"
tags: ["hidden"]
---

# Merge many contacts

`POST /apps/{appId}/contacts/merge`

## Path parameters

- `appId` integer, required

## Query parameters

- `contacts` object[], nullable, required
  - `id` integer
  - `type` 'organization' | 'person'
- `target_contact` object
  - `id` integer
  - `type` 'organization' | 'person'

## Response `200`

Success

## Other responses

- `400` — Bad request
- `404` — Not found

---

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