latestOpenAPI 3.1.02026-08-041130479.2 KB

a9dd2afd70a1

CIN Number Lookup

post/v1/api_hub/cin_number_lookup_l1

Request body

cinstring required

Response

200

txn_idstring
api_categorystring
api_namestring
billableboolean
messagestring
statusinteger
datetimestring

Example response

{
  "txn_id": "b6c85ecb-dce2-471a-8b16-f7136c7a71aa",
  "api_category": "Know Your Business",
  "api_name": "CIN Number Lookup",
  "billable": true,
  "message": "Success",
  "status": 1,
  "result": {
    "subCategory": "Non-government company",
    "class": "Private",
    "companyType": "Company",
    "companyName": "ABC PRIVATE LIMITED",
    "paidUpCapital": "999999",
    "authorisedCapital": "999999",
    "whetherListed": "N",
    "dateOfIncorporation": "22/09/2021",
    "registrationNumber": "123456",
    "registeredAddress": "ABC - 1, NOIDA, Uttar Pradesh, India, 201306",
    "category": "Company limited by shares",
    "status": "Active",
    "cin": "U32100UP2022PTC123456",
    "rocOffice": "ROC Kanpur",
    "countryOfIncorporation": "Indian",
    "descriptionOfMainDivision": "REAL ESTATE,RENTING AND BUSINESS ACTIVITIES",
    "emailID": "abcd@gmail.com",
    "splitAddress": {
      "district": "Gautam Buddha Nagar",
      "state": "Uttar Pradesh",
      "city": "NOIDA",
      "pincode": "201306",
      "country": "India",
      "addressLine": "ABC - 1"
    },
    "noOfDirectors": 1,
    "directorDetails": [
      {
        "din": "09917123",
        "designation": "Individual Promoter",
        "dateOfAppointment": "22/09/2021",
        "address": "ABC - 1, NOIDA, Uttar Pradesh, India, 201306",
        "name": "RAM SHAM",
        "pan": "ABCPG02420D",
        "noOfCompanies": 1,
        "fatherName": "RAM SHAM",
        "dob": "01/01/1999",
        "splitAddress": {
          "district": "Noida",
          "state": "Uttar Pradesh",
          "pincode": "202020",
          "country": "India",
          "addressLine": "ABC - 1"
        }
      }
    ]
  },
  "datetime": "2024-04-11 10:20:48.903748"
}