post https://api.prod.metamap.com/govchecks/v1/ng/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
- city
- address
- idType
- idNumber
- shares
- accreditationNumber
The following is an example request:
curl --location --request POST 'https://api.prod.metamap.com/govchecks/v1/ng/cac-affiliates' \
--header 'Authorization: Bearer TOKEN' \
--header 'Content-Type: application/json' \
--data-raw '{
"registrationNumber": "000000",
"callbackUrl": "https://some.webhook.url"
}'