GovChecks: Nigeria CAC Affiliates

Returns major shareholder names and titles if a company's Corporate Affairs Commission number is valid

📘

This API Requires a Webhook URL

Go here for more information on setting up a webhook listener.

If a company's Corporate Affairs Commission (CAC) registration number is valid, MetaMap will return the names of major shareholders and their titles.

A valid CAC number will return any of the following information shareholders have provided to the CAC:

  • name
  • position
  • status
  • dateOfBirth
  • phoneNumber
  • email
  • city
  • address
  • idType
  • idNumber
  • shares
  • accreditationNumber

The following is an example request:

curl --location --request POST 'https://api.getmati.com/govchecks/v1/ng/cac-affiliates' \
--header 'Authorization: Bearer TOKEN' \
--header 'Content-Type: application/json' \
--data-raw '{
    "registrationNumber": "000000",
    "callbackUrl": "https://some.webhook.url"
}'
Language
Authorization
OAuth2
Click Try It! to start a request and see the response here!