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"
}
}
This endpoint to fetch and verify SMEs, corporate organizations and individuals using Corporate Affairs Commission (CAC)
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"
}
}
{
"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"
}
}
Was this page helpful?