Skip to main content
CAC Search
curl --request POST \
  --url https://sigmacdd.sabipay.com/kyc/cac \
  --header 'Content-Type: application/json' \
  --header 'apiKey: <api-key>' \
  --header 'apiSecret: <api-key>' \
  --data '
{
  "rcNumber": "7429883",
  "companyName": "PASTEL AI AFRICA LTD",
  "companyType": "RC"
}
'
{
  "message": "CAC lookup successful",
  "data": {
    "registrationNumber": "7429883",
    "businessName": "PASTEL AI AFRICA LTD",
    "status": "ACTIVE",
    "classification": null,
    "registrationDate": "2024-04-03",
    "headOfficeAddress": null,
    "branchAddress": null,
    "state": "LAGOS",
    "city": "LEKKI",
    "lga": "Ibeju-Lekki",
    "companyEmail": null,
    "entityType": null,
    "statusMore": null,
    "affiliates": 7,
    "affiliatesData": [
      {
        "surname": "Royesh",
        "firstname": "Abuzar",
        "othername": null,
        "gender": "MALE",
        "email": "info@pastel.africa",
        "phoneNumber": "+234(1)6507858479",
        "dateOfBirth": "1994-05-15",
        "dateOfAppointment": "2024-04-03",
        "nationality": "AFGHANISTAN",
        "address": "274, Murtala Muhammed Way",
        "occupation": "Entrepreneur",
        "affiliateType": "DIRECTOR",
        "idType": "International Passport"
      }
    ]
  }
}

Authorizations

apiKey
string
header
required
apiSecret
string
header
required

Body

application/json
rcNumber
string
required

The CAC registration number

Example:

"7429883"

companyName
string
required

The registered company name

Example:

"PASTEL AI AFRICA LTD"

companyType
enum<string>
required

The type of company registration

Available options:
BN,
RC,
IT
Example:

"RC"

Response

CAC lookup successful

message
string

Response message

data
object

Response data