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": {
       "id_number": "001234567RY987",
       "first_name": "JOHN",
       "last_name": "DOE",
       "mobile": "123456789",
       "gender": "MALE",
       "dob": "",
       "image": "/9j/4AAQSkZJRgABAQAAAQABAAD/...",
       "address": "RUA",
       "expiry_date": 1704297141000
    }
}