v1

latestOpenAPI 3.1.02026-08-041130479.2 KB

Entity Name To CIN

post/v1/api_hub/entity_name_to_cin_l1

Request body

companystring required

name of company ex.HCL

Response

200

txn_idstring
statusinteger
datetimenumber

Example response

{
  "txn_id": "47741a41-8ad0-41dd-8ea5-941b96522c5f",
  "status": 1,
  "result": [
    {
      "cin": "U85100DL2011PTC264453",
      "company": "HCL AVITAS PRIVATE LIMITED",
      "state": "Delhi",
      "incorporation_date": "17/06/2011",
      "company_status": "Allocated"
    }
  ],
  "datetime": 1671244668.8563986
}