Request

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

Query parameter

ParameterTypeDescription
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"
    }
}