Last updated 2 years ago
Was this helpful?
Government database lookup API
Bearer token
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" }
OK
{ "documentNumber": "text", "firstName": "text", "lastName": "text", "gender": "text", "village": "text", "policeDistrict": "text", "federalElections": "text", "subCounty": "text", "religion": "text", "pollingStation": "text", "firstNameMatch": true, "lastNameMatch": true }