Uganda

Voter ID

post

Government database lookup API

Header parameters
AuthorizationstringRequired

Bearer token

Body
documentNumberstring · min: 1Required
firstNamestring · min: 1Required
lastNamestring · min: 1Required
Responses
200
OK
application/json
post
POST /api/v2/id/lookup/uga/voter/id HTTP/1.1
Host: id.uqudo.io
Authorization: text
Content-Type: application/json
Accept: */*
Content-Length: 62

{
  "documentNumber": "text",
  "firstName": "text",
  "lastName": "text"
}
{
  "documentNumber": "text",
  "firstName": "text",
  "lastName": "text",
  "gender": "text",
  "village": "text",
  "policeDistrict": "text",
  "federalElections": "text",
  "subCounty": "text",
  "religion": "text",
  "pollingStation": "text",
  "firstNameMatch": true,
  "lastNameMatch": true
}

Last updated

Was this helpful?