---
title: "Court Check"
method: POST
path: "/verify/court_check"
tags: ["Court Verification"]
---

# Court Check

`POST /verify/court_check`

Search court/litigation records using name and address.

## Request body

- CourtCheckRequest
  - `name` string, required
  - `address` string, required
  - `user_id` string

## Response `200`

Successful response

- CourtCheckResponse
  - `status` string
  - `result` CourtCheckResult
    - `strong_match` CourtCaseRecord[]
      - `caseId` string
      - `case_code` string
      - `name` string
      - `category` string
      - `caseCourtDetails` string
      - `stageOfCase` string
      - `registration_year` string
      - `weightedPercentage` number
      - `address` string
      - `partyType` string
      - `link` string
    - `possible_match` CourtCaseRecord[]
      - `caseId` string
      - `case_code` string
      - `name` string
      - `category` string
      - `caseCourtDetails` string
      - `stageOfCase` string
      - `registration_year` string
      - `weightedPercentage` number
      - `address` string
      - `partyType` string
      - `link` string
    - `eliminated_data` CourtCaseRecord[]
      - `caseId` string
      - `case_code` string
      - `name` string
      - `category` string
      - `caseCourtDetails` string
      - `stageOfCase` string
      - `registration_year` string
      - `weightedPercentage` number
      - `address` string
      - `partyType` string
      - `link` string
    - `totalResult` integer

## Other responses

- `400` — Missing name or address.
- `401` — Unauthorized.
- `500` — Internal server error.
- `502` — Provider error.
- `504` — Provider timeout.

---

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