Identity Verification
CAC Company Info
Retrieve company, business-name and incorporated-trustee information from the Nigerian Corporate Affairs Commission register.
POST
/v1/companies/searchAuthentication
Send a live key using the Bearer scheme. CAC Company Info requires thecac:search scope.
Authorization: Bearer nck_live_...Request body
| Field | Type | Required | Meaning |
|---|---|---|---|
| search_term | string | Yes | Name, RC number or availability code. |
| search_type | enum | No | ALL, RC_NUMBER, AV_CODE or APPROVED_NAME. |
| limit | integer | No | Page size from 1 to 100; default 25. |
| offset | integer | No | Zero-based pagination offset. |
Response behavior
- Records use snake_case, UTC timestamps and real null values.
cachedidentifies responses served from the short-lived cache.paginationdescribes the complete normalized result before slicing.- A valid lookup with no matches returns HTTP 200 and an empty data array.
Machine-readable source: download the OpenAPI 3.1.0 document.