Corporate Affairs Commission
Corporate Affairs Commission (CAC) Verification for the following company types (bn = Business Name | co = Limited Company | it = Incorporated Trustee)
Verify CAC
POST
https://vapi.verifyme.ng/v1/verifications/identities/cac
Headers
Name
Type
Description
Authorization
string
Authorization Header - Bearer Token
Request Body
Name
Type
Description
type
string
Valid company type ranges that we verify: 1. limited_company: Registered as limited company or 2. business: Registered as business or 3. incorprated_trustee: Registered as trust company.
rcNumber
string
Company registration number
{
"status": "success",
"data": {
"rcNumber": 11000011,
"companyName": "Test Company",
"companyType": "PRIVATE_COMPANY_LIMITED_BY_SHARES",
"registrationDate": "2017-04-17T13:33:22.770+00:00",
"branchAddress": "Test Company Address",
"companyEmail": "[email protected]",
"city": "oshodi",
"classification": "Company | Business | Trustee",
"headOfficeAddress": "Test Company Head Office Address",
"lga": "oshodi",
"affiliates": 2,
"shareCapital": "1000000",
"shareCapitalInWords": "ONE MILLION NAIRA ONLY",
"state": "Lagos",
"status": "ACTIVE | INACTIVE"
}
}
Last updated
Was this helpful?