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
400
Bad Request: Missing required input or invalid format
application/json
401
Unauthorized: No valid access token has been provided
403
Forbidden: Access token doesn't have permission to use the requested feature
429
Too Many Requests
500
Internal Server Error: Unexpected error
503
Service unavailable: Government database not available
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?