cURL
curl --request GET \ --url https://production.deepvue.tech/v1/verification/get-driving-license \ --header 'Authorization: Bearer <token>' \ --header 'client-id: <api-key>' \ --header 'x-api-key: <api-key>'
{ "action": "verify_with_source", "completed_at": "2025-01-28T12:34:02+05:30", "created_at": "2025-01-28T12:34:01+05:30", "group_id": "8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e", "request_id": "3d56781e-e17d-45f3-b470-c53ce8efb9bc", "result": { "source_output": { "address": "6, 8TH CROSS TPS LAYOUT TP NAGAR 9TH PHASE, Bangalore North-East,Bangalore,KA", "badge_details": null, "card_serial_no": null, "city": null, "cov_details": [ { "category": null, "cov": "MCWG", "issue_date": "2017-09-07" }, { "category": null, "cov": "LMV", "issue_date": "2017-09-07" } ], "date_of_issue": "2017-09-07", "date_of_last_transaction": null, "dl_status": null, "dob": "1999-06-28", "face_image": null, "gender": null, "hazardous_valid_till": null, "hill_valid_till": null, "id_number": "KA0120170526899", "issuing_rto_name": "RTO BANGALORE (CENTRAL), HSR LAYOUT", "last_transacted_at": null, "name": "MOHAMMED NIHAR", "nt_validity_from": "2017-09-07", "nt_validity_to": "2037-09-06", "relatives_name": "NOOR MOHAMMED", "source": "government_website", "status": "id_found", "t_validity_from": null, "t_validity_to": null } }, "status": "completed", "task_id": "0e4f7-0402-48de-b740-2de08b952f92", "type": "ind_driving_license" }
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