Nigeria π³π¬
Lookup CAC
This endpoint allows developers to fetch CAC information of customersβ company/organization. CAC is a certificate that shows evidence of the companyβs existence.
π NOTE
There are two payload responses for this endpoint based on the details returned
- Basic
- Advance
CAC Basic
Request
[GET]
Header
Parameter | Type | Description |
---|---|---|
AppId | string | you would need to create an app to get your app ID |
Authorization | string | prod_sk_1T1eSavlZxy02OT3OWlvbxK4G |
Query parameter
Parameter | Type | Description | |
---|---|---|---|
rc_number * | string | RC number (Registration Number) is a unique identification number assigned to a business by the Corporate Affairs Commission (CAC) in Nigeria. | required |
company_type * | string | type of company, values are BUSINESS_NAME, COMPANY, INCORPORATED_TRUSTESS, LIMITED_PARTNERSHIP, LIMITED_LIABILITY_PARTNERSHIP | required |
Sample response
Response
CAC Advance
This endpoint allows one to resolve premium CAC details using RC number, It returns information on companyβs board of directors
Request
[GET]
Header
Parameter | Type | Description |
---|---|---|
AppId | string | you would need to create an app to get your app ID |
Authorization | string | prod_sk_1T1eSavlZxy02OT3OWlvbxK4G |
Query parameter
Parameter | Type | Description | |
---|---|---|---|
rc * | string | RC number | required |
class * | string | class value is premium | required |
type * | string | type can have the value of co, bn, it | required |
Sample response
[200]
Was this page helpful?