{
"status": "success",
"data": {
"valid": true,
"success": true,
"directors": [
{
"name": "JAMES KARIUKI MWANGI",
"gender": "Male",
"address": "P.O BOX 1234 NAIROBI",
"id_type": "National ID",
"id_number": "A12345678",
"occupation": "Director",
"nationality": "Citizen",
"phone_number": "N/A",
"date_of_birth": "N/A",
"shareholdings": 10,
"shareholding_breakdown": [
{
"type": "ORDINARY",
"number_of_shares": 10
}
]
},
{
"name": "GRACE WANJIKU ODHIAMBO",
"gender": "Female",
"address": "P.O BOX 5678 NAIROBI",
"id_type": "National ID",
"id_number": "B87654321",
"occupation": "Director",
"nationality": "Citizen",
"phone_number": "N/A",
"date_of_birth": "N/A",
"shareholdings": 0,
"shareholding_breakdown": []
}
],
"documents": {},
"fiduciaries": [],
"proprietors": [],
"beneficial_owners": [
{
"name": "JAMES KARIUKI MWANGI",
"gender": "Male",
"address": "P.O BOX 1234 NAIROBI",
"nationality": "Citizen",
"phone_number": "N/A",
"shareholdings": 10,
"shareholder_type": "Individual",
"registration_number": "N/A",
"shareholding_breakdown": [
{
"type": "ORDINARY",
"number_of_shares": 10
}
]
},
{
"name": "KENYA TECH SOLUTIONS LIMITED",
"gender": "N/A",
"address": "N/A",
"nationality": "N/A",
"phone_number": "N/A",
"shareholdings": 50,
"shareholder_type": "Foreign_company",
"registration_number": "1234567",
"shareholding_breakdown": [
{
"type": "ORDINARY",
"number_of_shares": 50
}
]
},
{
"name": "EASTAFRICA KONSULT INTEGRATED SERVICES LIMITED",
"gender": "N/A",
"address": "N/A",
"nationality": "N/A",
"phone_number": "N/A",
"shareholdings": 40,
"shareholder_type": "Foreign_company",
"registration_number": "7654321",
"shareholding_breakdown": [
{
"type": "ORDINARY",
"number_of_shares": 40
}
]
}
]
},
"message": "Business Registration details retrieved successfully"
}