cURL
curl --request GET \ --url https://production.deepvue.tech/v1/verification/get-voter-id \ --header 'Authorization: Bearer <token>' \ --header 'client-id: <api-key>' \ --header 'x-api-key: <api-key>'
{ "action": "verify_with_source", "completed_at": "2025-01-31T12:21:15+05:30", "created_at": "2025-01-31T12:21:14+05:30", "group_id": "8e16424a-58fc-4ba4-ab20-5bc8e7c3c41e", "request_id": "f84f8dd0-b4fc-4c76-92a1-a852a0a48246", "task_id": "1f2627e7-a914-4e48-85f8-f58450e91687", "type": "ind_voter_id", "status": "completed", "result": { "source_output": { "ac_no": "175", "district": "B.B.M.P(SOUTH)", "gender": "M", "id_number": "UHN152632", "name_on_card": "mosd niharika", "part_no": "21", "ps_name": "NARAYANA B TECNOLOGY SCHOOL 40/1 TP NAGAR 9TH PHASE 24TH MAIN ROAD BOB COLONY ROOM NO -02", "rln_name": "KIND MOHUED", "section_no": "5", "source": "NVSP", "st_code": "S10", "state": "Karnataka", "status": "id_found" } } }
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