Last updated 1 year ago
Was this helpful?
Government database lookup API
/api/v2/id/lookup/uga/voter/id
Bearer token
OK
Bad Request: Missing required input or invalid format
Unauthorized: No valid access token has been provided
Forbidden: Access token doesn't have permission to use the requested feature
Too Many Requests
Internal Server Error: Unexpected error
Service unavailable: Government database not available
curl -L \ --request POST \ --url 'https://id.uqudo.io/api/v2/id/lookup/uga/voter/id' \ --header 'Authorization: text' \ --header 'Content-Type: application/json' \ --data '{"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 }