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

# GovChecks: Nigeria CAC Affiliates

`POST /ng/cac-affiliates`

Returns major affiliate names and titles for the given companies.

## Request body

- object
  - `companyIds` string[], required — Enter a list of company Ids (returned by Nigeria CAC endpoint).
  - `callbackUrl` string, required

## Response `200`

200

- union
  - object
    - `error` unknown
    - `data` object
      - `affiliates` object
        - `1111111` object[]
          - `accreditationNumber` string
          - `address` string
          - `city` string
          - `dateOfBirth` string
          - `email` string
          - `idNumber` string
          - `idType` string
          - `name` string
          - `phoneNumber` string
          - `position` string
          - `shares` string
          - `status` string
        - `0000000` object[]
          - `accreditationNumber` string
          - `address` string
          - `city` string
          - `dateOfBirth` string
          - `email` string
          - `idNumber` string
          - `idType` string
          - `name` string
          - `phoneNumber` string
          - `position` string
          - `shares` string
          - `status` string
  - object
    - `data` unknown
    - `error` object
      - `type` string
      - `code` string
      - `message` string

## Other responses

- `422` — 422

---

[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)
