KYCVehicle RC-Advanced

Vehicle RC Verification — Full Owner & Vehicle Data

Get comprehensive vehicle RC details — owner name, insurance, fitness, chassis number, and more. Full registration certificate verification.

curl -X GET "https://production.deepvue.tech/v1/verification/rc-advanced?rc_number=example_string" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_TOKEN (JWT)" \
  -H "x-api-key: YOUR_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"
  }
}
GET
/v1/verification/rc-advanced
GET
Bearer Token (JWT)
Bearer Tokenstring
Required

ACCESS_TOKEN generated from the authorize endpoint. Should be included in the header as Bearer .

ACCESS_TOKEN generated from the authorize endpoint. Should be included in the header as Bearer .
API Key (header: x-api-key)
x-api-keystring
Required

The CLIENT_SECRET provided to you. This header parameter is required for authentication purposes.

The CLIENT_SECRET provided to you. This header parameter is required for authentication purposes.
Request Preview
Response

Response will appear here after sending the request

Authentication

header
Authorizationstring
Required

Bearer token (JWT). ACCESS_TOKEN generated from the authorize endpoint. Should be included in the header as Bearer .

header
x-api-keystring
Required

API Key for authentication. The CLIENT_SECRET provided to you. This header parameter is required for authentication purposes.

Query Parameters

Responses

codeinteger
timestampinteger
transaction_idstring
sub_codestring
messagestring
dataobject

Overview

The Vehicle RC-Advanced API establishes verification connections between vehicles and their owners to mitigate fraud risk. Beyond basic vehicle details, it supplies insurance information and additional ownership data.

This verification service delivers comprehensive vehicle registration information including:

  • Owner and vehicle identification details
  • Registration and manufacturing dates
  • Complete address information
  • Vehicle specifications (chassis, engine, model, fuel type, body type, color)
  • Fitness certificate validity periods
  • Financing institution details
  • Insurance provider and policy information
  • Registration location and status

Invalid RC numbers return a 200 status code with an INVALID_RC_NUMBER sub-code indicator rather than an error status. The API provides transaction IDs and timestamps with all responses for audit trails.