v1

latestOpenAPI 3.1.02026-07-24450175.9 KB

GovChecks: Nigeria CAC Affiliates

Returns major affiliate names and titles for the given companies.

post/ng/cac-affiliates

Request body

companyIdsstring[] required

Enter a list of company Ids (returned by Nigeria CAC endpoint).

callbackUrlstring required

Response

200

OR

Example response

{
  "data": {
    "affiliates": {
      "1111111": [
        {
          "accreditationNumber": "CAC-ACC-7483920",
          "address": "Plot 4, Ahmadu Bello Way, Garki 2, Abuja",
          "city": "Abuja",
          "dateOfBirth": "1978-03-09",
          "email": "tunde.adelaja@fabrikamsolutions.ng",
          "idNumber": "NIMC-0098374653",
          "idType": "Passport",
          "name": "Tunde Adelaja",
          "phoneNumber": "+234 805 332 1100",
          "position": "Director",
          "shares": "15000",
          "status": "ACTIVE"
        }
      ],
      "0000000": [
        {
          "accreditationNumber": "CAC-ACC-1029384",
          "address": "17 Adebayo Crescent, Victoria Island, Lagos",
          "city": "Lagos",
          "dateOfBirth": "1985-11-22",
          "email": "nkechi.udeh@fabrikamsolutions.ng",
          "idNumber": "NIMC-0019283745",
          "idType": "National ID",
          "name": "Nkechi Udeh",
          "phoneNumber": "+234 802 456 7890",
          "position": "Managing Director",
          "shares": "20000",
          "status": "ACTIVE"
        }
      ]
    }
  }
}