Skip to main content
POST
/
v1
/
background-verification
/
court-record-check
Create Court Record Check
curl --request POST \
  --url https://production.deepvue.tech/v1/background-verification/court-record-check \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "name": "<string>",
  "address": "<string>",
  "father_name": "<string>",
  "dob": "<string>",
  "type": "<string>"
}
'
{
  "code": 201,
  "timestamp": 1766168439528,
  "transaction_id": "f0be2d85823e46e38b5784340a36881d",
  "sub_code": "IN_PROGRESS",
  "message": "Request processing is in progress."
}

Authorizations

Authorization
string
header
required

ACCESS_TOKEN generated from the authorize endpoint. Should be included in the header as Bearer .

x-api-key
string
header
required

The CLIENT_SECRET provided to you. This header parameter is required for authentication purposes.

Body

application/json
name
string
required
address
string
required
father_name
string
dob
string
type
string

Response

Court record check request initiated