Verify Uganda Voter ID

Verify a Uganda Voter ID

Verify Voter ID

POST https://api.appruve.co/v1/verifications/ug/voter

This endpoint allows you verify a Uganda Voter ID. You can verify with Voter Number, Application ID, or National ID Number (NIN)

Headers

NameTypeDescription

Authorization*

string

Bearer <token>

Request Body

NameTypeDescription

id

string

The Voter Number, Application ID, or National ID Number (NIN)

first_name

string

The first name of the document holder

last_name

string

The last name of the document holder

{
    "voter_number": "12345678",
    "first_name": "JOHN",
    "last_name": "DOE",
    "gender": "M",
    "village": "BIROBOKA",
    "district": "KYANKWANZI",
    "constituency": "BIROBOKA - KAYANJA PRIMARY SCHOOL",
    "sub_county": "BUTEMBA COUNTY",
    "parish": "KYANKWANZI TOWN COUNCIL",
    "polling_station": "BIROBOKA WARD",
    "is_first_name_match": true,
    "is_last_name_match": true
}

Last updated