Verify CAC Information, Shareholder, and Significant Controller Details
The CAC Advanced Verification service enables businesses to securely verify detailed information registered with the Corporate Affairs Commission (CAC) in Nigeria. This service provides insights into company registration, shareholder structure, and significant controllers, offering a comprehensive view of a company's legal and ownership status.
Key Features:
- Verify Company Information: Access detailed company registration data, including the status, registration date, and business classification.
- Shareholder and Controller Information: Get information on shareholders and significant controllers, their roles, and details about their shares.
GET (LIVE)
{{URL}}/dikript/verification/api/v1/getcacpremium
GET (TEST)
{{URL}}/dikript/test/api/v1/getcacpremium
Parameter
| Key | Description |
|---|---|
| regNumber | Reg Number |
Header (LIVE)
| Key | Description |
|---|---|
| x-api-key | Your Secret Key |
Header (TEST)
| Key | Description |
|---|---|
| x-api-key | Your Public Key |
Responses
{
"status": true,
"message": "Successful",
"code": "200",
"apiVersion": "v1",
"transactionRef": "N202512082218476546",
"data": {
"companyInformation": {
"company_type": "BUSINESS_NAME",
"country": "Nigeria",
"address": "Street",
"registration_number": "8***4",
"search_number": "85***4",
"authorized_shared_capital": "Not Available",
"industry": "N/A",
"tax_id": "Not Available",
"registration_date": "2025-05-26T10:34:01+01:00",
"phone": "Not Available",
"legal_name": "TEST BUSINESS",
"state": "LAGOS",
"email": "[email protected]",
"status": "Verified"
},
"fiduciaries": [
{
"name": "Company X",
"fiduciary_type": "SECRETARY_COMPANY",
"address": "10, Workbox, Ojora Close, Victoria Island, Lagos",
"registration_number": "000000",
"status": "N/A"
}
],
"beneficialOwners": [
{
"shareholdings": "100000",
"address": "10, Workbox, Ojora Close, Victoria Island, Lagos",
"gender": "Male",
"nationality": "Nigerian",
"registration_number": "N/A",
"name": "Joe Bloggs",
"shareholder_type": "Individual",
"phone_number": "0123456789"
}
],
"proprietors": [
{
"address": "Mother Theresa Street",
"date_of_birth": "27-02-1997",
"gender": "FEMALE",
"id_number": "Not Available",
"id_type": "Not Available",
"name": "Yahaya Lateefat",
"nationality": "NIGERIA",
"occupation": "Not Available",
"phone_number": "Not Available"
}
],
"documents": {
"search_certificate": ""
},
"directors": [
{
"shareholdings": "100000",
"id_number": "A000000",
"address": "10, Workbox, Ojora Close, Victoria Island, Lagos",
"occupation": "CEO",
"gender": "MALE",
"nationality": "Nigerian",
"date_of_birth": "2000-09-20",
"name": "Joe Doe Leo",
"id_type": "Passport",
"phone_number": "0123456789"
}
]
},
"error": null
}
{
"status": false,
"message": "Unsuccessful",
"code": "400",
"apiVersion": "v1",
"transactionRef": "N202401101345487388",
"data": "",
"error": {
"code": 400,
"message": null
}
}
