Request

[GET]
{{baseUrl}}/api/v1/ug/kyc/nin
HeaderTypeDescription
AppIdstringyou would need to create an app to get your app ID
Authorizationstringpublic secret key e.g prod_sk_1T1eSavlZxy02OT3OWlvbxK4G

Query parameter

ParameterTypeDescription
id *stringNational ID Number (NIN)required
first_name *stringThe first name of the document holderrequired
last_name *stringThe last name of the document holderrequired

Sample response

Response
{
    "entity" : {
   			 "voter_number": "12345678",
   			 "first_name": "JOHN",
    		 "last_name": "DOE",
    		 "gender": "M",
    		 "village": "BIROBOKA",
    		 "district": "KYANKWANZI",
    		 "constituency": "BIROBOKA - KAYANJA PRIMARY SCHOOL",
    		 "sub_county": "BUTEMBA COUNTY",
    		 "parish": "KYANKWANZI TOWN COUNCIL",
    		 "polling_station": "BIROBOKA WARD",
    		 "is_first_name_match": true,
    		 "is_last_name_match": true

    }
  
}