---
title: "Get count of duplicate and unlinked contacts"
method: GET
path: "/contacts/merge/all-count"
tags: ["Contacts"]
---

# Get count of duplicate and unlinked contacts

`GET /contacts/merge/all-count`

REQUIRED SCOPES <code>['contacts:read']</code>

## Response `200`

Successful operation

- object
  - `duplicate_count` integer — Number of duplicate contacts
  - `unlinked_count` integer — Number of unlinked contacts

## Other responses

- `401` — Unauthenticated
- `403` — Forbidden

---

[API](https://skmtc.net/salesmessage/apis/salesmessage-public-api.md) · [All operations](https://skmtc.net/salesmessage/apis/salesmessage-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/salesmessage/salesmessage-public-api/revisions/e96b3e58b041/schema)
