Skip to main content
GET
/
v1
/
verification
/
get-voter-id
Async Get Voter Id Verification
curl --request GET \
  --url https://production.deepvue.tech/v1/verification/get-voter-id \
  --header 'Authorization: Bearer <token>' \
  --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"
    }
  }
}

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

request_id
string
required

Response

Successful Response

code
integer
required
timestamp
integer
required
transaction_id
string
required
data
VoterIdVerificationData · object
required