post https://staging.eko.in/ekoapi/v3/tools/kyc/cin
Use this API to retrieve information from CIN such as business incorporation date, director(s) details, CIN status, and more.
Response
You get the following key information in the data
object of the response:
Name | Data Type | Description |
---|---|---|
cin | string | Entered CIN information. |
company_name | string | Name of the company registered under the Ministry of Corporate Affairs. |
registration_number | number | Registration number of the company. |
incorporation_date | string | Date of incorporation of the company. |
cin_status | string | Granular level status of the CIN information. |
string | Email ID of the company registered under the Ministry of Corporate Affairs. | |
incorporation_country | string | Country where the company is located. |
director_details | array of objects | Details of the directors associated with the company. See the table below for details of each director in the list. |
director_details
director_details
Name | Data Type | Description |
---|---|---|
dob | string | Date of birth of the director. |
designation | string | Designation of the director. |
address | string | Address information of the director. |
din | string | Unique identification number assigned to the individual appointed as director. |
name | string | Name of the director. |