---
title: "GovChecks: Nigeria CAC"
method: POST
path: "/ng/cac"
---

# GovChecks: Nigeria CAC

`POST /ng/cac`

Verify that a company's Corporate Affairs Commission (CAC) number is valid.

## Request body

- object
  - `registrationNumber` string, required — Enter a registered company number. Alpha-numeric values only.
  - `callbackUrl` string

## Response `200`

200

- union
  - object
    - `data` unknown
    - `error` object
      - `type` string
      - `code` string
      - `message` string
  - object
    - `error` object
      - `type` string
      - `code` string
      - `message` string
    - `data` object
      - `id` string
      - `type` string
      - `companyName` string
      - `companyAddress` string
      - `companyEmail` string
      - `cacNumber` string
      - `status` string
      - `registrationDate` string
      - `companies` object[]
        - `id` string
        - `type` string
        - `companyName` string
        - `companyAddress` string
        - `companyEmail` string
        - `cacNumber` string
        - `status` string
        - `registrationDate` string

---

[API](https://skmtc.net/metamap/apis/get-authorization-token.md) · [All operations](https://skmtc.net/metamap/apis/get-authorization-token/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/metamap/get-authorization-token/versions/ffdfcfeffe2a/schema)
