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 'client-id: <api-key>' \
  --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 issued by Deepvue

x-api-key
string
header
required

API key provided by Deepvue

client-id
string
header
required

Client ID issued by Deepvue

Body

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

Response

Court record check request initiated