Skip to main content
GET
/
v1
/
verification
/
rc-advanced
Rc Advanced Verification
curl --request GET \
  --url https://production.deepvue.tech/v1/verification/rc-advanced \
  --header 'Authorization: Bearer <token>' \
  --header 'client-id: <api-key>' \
  --header 'x-api-key: <api-key>'
{
"code": 200,
"timestamp": 1738007863555,
"transaction_id": "7c71390513b348eca6c5164a8a313844",
"sub_code": "SUCCESS",
"message": "RC Verified Successfully.",
"data": {
"rc_number": "MH02BY2727",
"registration_date": "2010-03-30",
"owner_name": "M/S ARBAAZ KHAN PRODUCTION P LTD",
"father_name": "NOT APPLICABLE",
"present_address": "1-2 CORAL REEF CHS LTD 55 CHIMBAI, RD BANDRA W, MUMBAI, , Maharashtra, 400050",
"permanent_address": "1-2 CORAL REEF CHS LTD 55 CHIMBAI, RD BANDRA W, MUMBAI, , Maharashtra, 400050",
"mobile_number": "",
"vehicle_category": "LMV",
"vehicle_chasi_number": "SALLMAM23AA314132",
"vehicle_engine_number": "0406774368DT",
"maker_description": "JAGUAR LAND ROVER INDIA LIMITED",
"maker_model": "RANGE ROVER SPORTS 3.6 TD V8",
"body_type": "SALOON",
"fuel_type": "DIESEL",
"color": "A WHITE",
"fit_up_to": "2025-03-29",
"financer": "HDFC BANK LTD",
"financed": true,
"insurance_company": "Tata AIG General Insurance Co. Ltd.",
"insurance_policy_number": "62035646240000",
"insurance_upto": "2025-10-10",
"manufacturing_date": "3/2009",
"manufacturing_date_formatted": "2009-03",
"registered_at": "MUMBAI (WEST)",
"latest_by": "2025-01-28",
"rc_status": "ACTIVE"
}
}

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

Query Parameters

rc_number
string
required

Response

Successful Response

code
integer
required
message
string
required
timestamp
integer
transaction_id
string
sub_code
string
default:SUCCESS
data
RcAdvancedData · object