Nigeria
Corporate Affairs Commission (CAC)
Verify a registered Nigerian business using its CAC registration number.
POST
CAC Verification
The CAC endpoint returns verified details of a registered business from the Corporate Affairs Commission database, including address, registration date, and approved name.Documentation Index
Fetch the complete documentation index at: https://docs.smartcomply.com/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
Request
Headers
| Header | Value | Required |
|---|---|---|
x-access-token | Your API secret key | Yes |
Content-Type | application/json | Yes |
Body Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
registration_number | string | Yes | The CAC registration number |
company_name | string | Yes | Registered company name |
company_type | string | Yes | Entity type: "RC" (registered company), "BN" (business name), or "IT" (incorporated trustee) |
Example
Response
200 OK
| Field | Type | Description |
|---|---|---|
data[].id | integer | Internal record ID |
data[].rcNumber | string | CAC registration number |
data[].approvedName | string | Government-approved business name |
data[].address | string | Registered business address |
data[].city | string | City |
data[].state | string | State |
data[].lga | string | Local government area |
data[].email | string | Business email (if available) |
data[].registrationDate | string | Date of CAC registration |

