Last updated 5 months ago
Was this helpful?
Government database lookup API
Bearer token
curl -L \ --request POST \ --url 'https://id.uqudo.io/api/v2/id/lookup/ken/id' \ --header 'Authorization: text' \ --header 'Content-Type: application/json' \ --data '{ "identityNumber": "text" }'
{ "placeOfBirth": "text", "firstName": "text", "serialNumber": "text", "citizenship": "text", "issueDate": "text", "issueDateFormatted": "text", "middleName": "text", "lastName": "text", "address": "text", "gender": "text" }