Lookup with CAC number

Look up an entity's registration information

In Nigeria, one can search an entity using the Corporate Affairs Commission (CAC) number. When looking up a Nigerian entity using their CAC number, the number can start with BN, RC, IT, LP or LLP. For example "RC123456".

POST https://api.appruve.co/v1/verifications/ng/business_info

The request object will take in the following parameters:

Object

Type

Required

Description

search_term

string

true

The CAC number. For eg. 'RC123456'

The response object will look like this:

Object

Description

company_name

This is the entity's official name

company_status

This shows whether the entity has been active depending on if entity reports have been filled for the past year.

company_registration

This is the entity's registration number.

company_commencement_date

This is the date on which the entity was registered.

company_type_info

This is the legal type of entity e.g a limited liability company, a sole proprietorship etc.

company_email

This is the registered email address of the entity.

company_address

This is the registered address of the entity.

Last updated