GET
/
api
/
v1
/
kyc
/
cac
/
basic
curl --request GET \
  --url https://api.dojah.io/api/v1/kyc/cac/basic \
  --header 'AppId: <appid>' \
  --header 'Authorization: <api-key>'
{
    "entity": {
        "company_name": "JOHN DOE LIMITED",
        "type_of_company": "BUSINESS_NAME",
        "address": "25A James Street Magodo Phase I, Lagos, Nigeria.",
        "status": "Not Active",
        "date_of_registration": "2021-03-18T09:53:20.310+00:00",
        "rc_number": "1234567",
        "business_number": "1234567",
        "email": "ABC@GMAIL.COM",
        "state": "Lagos",
        "city": "Lagos",
        "lga": "Kosofe",
        "business": "7a666454-8ce0-44e2-ac32-3e8cb04b6b72"
    }
}

What is CAC?

It is a certificate that shows that a company is registered and exist in a country

AppId
string
required

Application ID from dashboard

Query parameter

rc_number
string
required

CAC Registration Number

company_type
string
required

company type

RESPONSES

200
json

json

400
Object
401
Object
{
    "entity": {
        "company_name": "JOHN DOE LIMITED",
        "type_of_company": "BUSINESS_NAME",
        "address": "25A James Street Magodo Phase I, Lagos, Nigeria.",
        "status": "Not Active",
        "date_of_registration": "2021-03-18T09:53:20.310+00:00",
        "rc_number": "1234567",
        "business_number": "1234567",
        "email": "ABC@GMAIL.COM",
        "state": "Lagos",
        "city": "Lagos",
        "lga": "Kosofe",
        "business": "7a666454-8ce0-44e2-ac32-3e8cb04b6b72"
    }
}