---
title: "Skip One-Click KYB enrichment"
method: POST
path: "/compliance/kyb/enrichment/skip"
tags: ["compliance", "kyb", "enrichment"]
---

# Skip One-Click KYB enrichment

`POST /compliance/kyb/enrichment/skip`

Records a terminal skipped status so onboarding proceeds to the empty KYB form. Idempotent.

## Request body

- ComplianceSkipKybEnrichmentInput
  - `run_id` string

## Response `200`

OK

- ComplianceEnrichmentRunStatusView
  - `candidates` ComplianceEnrichmentCandidateView[], nullable
    - `caution_notes` string[], nullable
    - `corroboration_count` integer
    - `entity_type` string
    - `formation_date` string
    - `index` integer
    - `name` string
    - `score` string
    - `source_labels` string[], nullable
    - `state_of_incorporation` string
    - `status` string
  - `confidence` string
  - `failure_reason` string
  - `fields_to_prefill_count` integer
  - `match` ComplianceEnrichmentMatchSummaryView
    - `caution_notes` string[], nullable
    - `ein_verified` boolean
    - `entity_type` string
    - `formation_date` string
    - `matched_source_count` integer
    - `name` string
    - `provider_entity_id` string
    - `state_of_incorporation` string
    - `status` string
  - `run_id` string
  - `status` string

## 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/3feea260296c/schema)
