Request

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

Query parameter

ParameterTypeDescriptionRequired
id *stringAngolan National ID Numberrequired

Sample request

Response

{
    "entity": {
        "first_name": "JOHN",
        "last_name": "DOE",
        "middle_name": "ANON",
        "date_of_birth": "1991-08-06",
        "mobile": "123456789",
        "id_number": "00123456789LA012",
        "image": "/9j/4AAQSkZJRgABAQAAAQABAAD/..."
        "gender": "Male",
        "nin": "00123456789LA012"
    }
}