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 '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 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.

Query Parameters

rc_number
string
required

The rc_number query parameter is used to specify the RC number for advanced verification.

Response

Successful Response