---
title: "Confirm a One-Click KYB enrichment match"
method: POST
path: "/compliance/kyb/enrichment/confirm"
tags: ["compliance", "kyb", "enrichment"]
---

# Confirm a One-Click KYB enrichment match

`POST /compliance/kyb/enrichment/confirm`

Applies the persisted proposal for a needs_confirmation run to the KYB form. Idempotent.

## Headers

- `Idempotency-Key` string, required — Required client idempotency key; a duplicate submission with the same key is rejected with 409.

## Request body

- ComplianceConfirmKybEnrichmentInput
  - `run_id` string

## Response `200`

OK

- ComplianceEnrichmentApplyView
  - `matched_provider_entity_id` string
  - `rejected` ComplianceEnrichmentRejectedFieldView[], nullable
    - `canonical_id` string
    - `reason` string
  - `run_id` string
  - `suggested` string[], nullable
  - `written` string[], nullable

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `default` — Error response.

---

[API](https://skmtc.net/stablesea/apis/stable-sea-backend.md) · [All operations](https://skmtc.net/stablesea/apis/stable-sea-backend/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stablesea/stable-sea-backend/revisions/2891199eb659/schema)
