NairaCheck
API reference menu

Identity Verification

CAC Company Info

Retrieve company, business-name and incorporated-trustee information from the Nigerian Corporate Affairs Commission register.

POST/v1/companies/search

Authentication

Send a live key using the Bearer scheme. CAC Company Info requires thecac:search scope.

Header
Authorization: Bearer nck_live_...

Request body

FieldTypeRequiredMeaning
search_termstringYesName, RC number or availability code.
search_typeenumNoALL, RC_NUMBER, AV_CODE or APPROVED_NAME.
limitintegerNoPage size from 1 to 100; default 25.
offsetintegerNoZero-based pagination offset.

Response behavior

  • Records use snake_case, UTC timestamps and real null values.
  • cached identifies responses served from the short-lived cache.
  • pagination describes 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.