Skip to main content
GET
/
v1
/
background-verification
/
court-record-check
/
{transaction_id}
Get Court Record Check Result
curl --request GET \
  --url https://production.deepvue.tech/v1/background-verification/court-record-check/{transaction_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'client-id: <api-key>' \
  --header 'x-api-key: <api-key>'
{
"code": 200,
"timestamp": 1767173359430,
"transaction_id": "6b65f29500aa4ec0967581ff8dedd097",
"sub_code": "SUCCESS",
"message": "Processing done",
"data": [
{
"case_no": "202300001112019",
"case_year": "2019",
"case_status": "Disposed",
"case_category": "criminal",
"court_name": "District and session Court, Bilaspur",
"state_name": "Chhattisgarh",
"district_name": "Bilaspur",
"name": "VIJAY KUMAR MAHAN",
"father_name": "",
"score": 95,
"source": "ecourt"
}
]
}

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

Path Parameters

transaction_id
string
required

Transaction ID returned while creating the court record check request

Response

Court record check completed successfully