Request

[GET]
{{baseURL}}/api/v1/kyc/nin
HeaderTypeDescription
AppIdstringCreate an app to get your app ID on dashboard here
Authorizationstringpublic secret key

Query parameters

ParameterTypeDescriptionRequired
nin *stringA valid ninrequired

Sample response

[200]

        {
            "entity": {
                "first_name": "John",
                "last_name": "Doe",
                "gender": "Male",
                "middle_name": "",
                "photo": "/9j/4AAQSkZJRgABAgAAAQABAAD/2wBDAAgGBgc...",
                "date_of_birth": "1982-01-01",
                "email": "abc@gmail.com",
                "phone_number": "08012345678",
                "employment_status": "unemployment",
                "marital_status": "Single"
            }
        } 

Test Credentials for Sandbox

Kindly use this Test NIN in sandbox Environment

nin = 70123456789