---
title: "Rescan Crm Duplicates"
method: POST
path: "/api/crm-deduplication/rescan"
tags: ["Contact Dedup"]
---

# Rescan Crm Duplicates

`POST /api/crm-deduplication/rescan`

Run the same full-org reconciliation used by scheduled/import paths.

## Query parameters

- `user_id` string
- `org_id` string

## Response `200`

Successful Response

- CrmDeduplicationResponse
  - `org_id` string, required
  - `trigger` string, required
  - `policy` object, required
  - `contacts` object, required
  - `deals` object, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-01** `597eaca86c48` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/every/apis/every-api/changes/api/crm-deduplication/rescan/post.md)

---

[API](https://skmtc.dev/every/apis/every-api.md) · [All operations](https://skmtc.dev/every/apis/every-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/every/every-api/revisions/c7e6c7325944/schema)
