---
title: "GRC Search"
method: POST
path: "/v1/global_check/search"
---

# GRC Search

`POST /v1/global_check/search`

## Request body

- object
  - `pan_no` string — PAN Number of individual ( Required if name of individual not provided )
  - `name` object — Contains the query string for the name and penalties for matching errors. ( Required if PAN number of individual not provided )
    - `query` string — (string) value of field/clue to be searched. In the case of “name” it is the name of a person,
  - `father_name` object — Father name of individual
    - `query` string — value of field/clue to be searched. In the case of “father_name” it is the father name of a person
  - `address` string — (optional) address of individual.
  - `dob` object — Date Of Birth
    - `query` string — (Optional) This field accepts a date in the YYYY-MM-DD format. It allows users to input an exact date of birth for the individual being searched.

## Response `200`

200

- object
  - `search_id` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/crimescan/apis/crime-scan-result.md) · [All operations](https://skmtc.net/crimescan/apis/crime-scan-result/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/crimescan/crime-scan-result/revisions/a9dd2afd70a1/schema)
