Angola National ID πŸ‡¦πŸ‡΄

Lookup Angola National ID

This endpoint allows you to Lookup a South African National ID.

Request

{{baseURL}}/api/v1/ao/kyc/nin

Headers

ParameterTypeDescription
AppIdstringyou would need to create an app to get your app ID
Authorizationstringpublic secret key e.g prod_sk_1T1eSavlZxy02OT3OWlvbxK4G

Query Params

Parameter Type Description
id * string Angolan National ID Number required

Response Sample

{
    "entity": {
       "id_number": "001234567RY987",
       "first_name": "JOHN FRANCO",
       "last_name": "SAMUEL DOE",
       "mobile": "930123456",
       "gender": "MALE",
       "dob": "",
       "image": "/9j/4AAQSkZJRgABAQAAAQABAAD/...",
       "address": "RUA",
       "expiry_date": 1704297141000
    }
}
{
  "message": "national_id not found"
}