cURL
curl --request GET \ --url https://production.deepvue.tech/v1/verification/get-vehicle-rc \ --header 'Authorization: Bearer <token>' \ --header 'client-id: <api-key>' \ --header 'x-api-key: <api-key>'
{ "action": "verify_with_source", "completed_at": "2025-01-28T13:26:23+05:30", "created_at": "2025-01-28T13:26:23+05:30", "group_id": "8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e", "request_id": "26525fd1-e48e-4016-952d-387b78086ece", "result": { "extraction_output": { "avg_gross_vehicle_weight": "0", "axle_configuration": null, "chassis_number": "ME4JC735SDT039474", "color": "I RED M", "emission_norms": null, "engine_number": "JC73ET1094671", "fitness_upto": "2032-06-28", "fuel_type": "PETROL", "insurance_details": null, "insurance_validity": "2024-07-13", "maker_model": "CB125 SHINE SP CBF125MH BS4", "manufacturer": "HONDA MOTORCYCLE AND SCOOTER INDIA (P) LTD", "mv_tax_upto": "2032-06-28", "owner_name": "MOSD NIHARIKA", "owner_number": "", "permit_issue_date": null, "permit_number": "", "permit_type": "", "permit_validity": null, "puc_number_upto": null, "registration_date": "2017-06-29", "registration_number": "KA01KT4652", "rto_name": null, "status": "id_found", "unladen_weight": "118", "vehicle_class": "2WN", "vehicle_financier": "" } }, "status": "completed", "task_id": "7aaf3a2-7b9d-42e7-a19b-18da15a04cc6", "type": "ind_rc_basic" }
This API gives you back the complete result and verification details against your request id receieved in previous step.
Access token issued by Deepvue
API key provided by Deepvue
Client ID issued by Deepvue
Successful Response
Show child attributes