Retrieve FIR Check Result
curl --request GET \
--url https://production.deepvue.tech/v1/background-verification/fir-check/{transaction_id} \
--header 'Authorization: Bearer <token>' \
--header 'client-id: <api-key>' \
--header 'x-api-key: <api-key>'
{
"code": 200,
"timestamp": 1767173662171,
"transaction_id": "98c6e6e4f0ee4effb63e13ff67bea45a",
"sub_code": "SUCCESS",
"message": "Process complete.",
"data": [
{
"fir_no": 159,
"fir_year": "2019",
"police_station": "SHILLEGAON",
"state_name": "MAHARASHTRA",
"name": "santosh sitaraam ahire",
"name_match_type": "EXACT",
"name_score": 100,
"overall_match_type": "EXACT",
"revised_case_category": "Criminal",
"source": "fir"
}
]
}