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
nin *stringNational ID Number (NIN)required
first_namestringThe first name of the document holderoptional
last_namestringThe last name of the document holderoptional

Sample response

Response
{
  
    "entity": {
        "id_number": "CM123456789AB",
        "first_name": "John",
        "last_name": "Doe",
        "middle_name": "Anon",
        "date_of_birth": "1990-01-01"
    }

  
}