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"
    }
}{
    "statusCode": 400,
    "error": "Bad Request",
    "message": [
        {
            "target": {
                "rcNumber": 11000011,
                "type": "limited_co"
            },
            "value": "limited_co",
            "property": "type",
            "children": [],
            "constraints": {
                "matches": "Invalid company type. Refer to documentation for acceptable formats"
            }
        }
    ]
}{
    "statusCode": 404,
    "error": "Not Found",
    "message": "Company with provided CAC details not found"
}Last updated
Was this helpful?
