API Documentation

This API helps to do the CIN verification.

The Generate Company Master Data API provides developers with access to detailed information about companies registered in India based on their Corporate Identification Number (CIN). This API allows you to retrieve essential details such as company name, registration date, address, directors, and more using a valid CIN.

Data to Test Integration

Authorization

Authorization will be of Basic Type. Key Value and Secret Value shall be entered as authorization tokens.

Key Valuehylo_1242_bf18f7c9e196ae89
Secret Value$2a$10$vhAGOlRBeAkMN9w5DpKIJ.bvF

Sample Request

{
    "CIN":"U74999PN2016PTC165017"
}

Sample Response

{
    "Code": "0",
    "Message": "Directors detail fetched Successfully",
    "Status": "APPROVED",
    "CINResponse": {
        "message": null,
        "results": {
            "company_info": {
                "mca_name": "Rubix Data Sciences Private Limited",
                "mca_cin": "U74999MH2017PTC301282",
                "mca_roc": "RoC-Mumbai",
                "mca_registration_number": "301282",
                "company_address": "Mumbai",
                "other_address": "-",
                "class_of_company": "Public",
                "company_category": "Company limited by Shares",
                "sub_category": "Non-govt company",
                "company_status": "Active",
                "mca_status": "ACTIVE compliant",
                "date_of_incorporation": "30-Oct-2017",
                "listing_status": "Listed",
                "number_of_members": "100",
                "suspended_at_stock_exchange": "-",
                "date_of_last_balance_sheet": "31-Mar-2022",
                "date_of_last_annual_general_meeting": "04-Jul-2022",
                "authorized_capital": "250000",
                "paid_up_capital": "20000",
                "company_email": "[email protected]"
            },
            "director_info": {
                "current_director": [
                    {
                        "name": "KAUSHAL JAYSINGH SAMPAT",
                        "designation": "Director",
                        "date_of_appointment": "20/05/2022",
                        "din_pan": "01932997"
                    },
                    {
                        "name": "SAMIR RAMESH MODI",
                        "designation": "Director",
                        "date_of_appointment": "30/10/2017",
                        "din_pan": "02622941"
                    }
                ]
            },
            "index_of_charges": [
                {
                    "id": "1",
                    "srn": "A0850689",
                    "charge_id": "80018169",
                    "charge_holder_name": "INTERNATIONAL FINANCE CORPORATION",
                    "date_of_creation": "14-08-2003",
                    "date_of_modification": "25-03-2004",
                    "date_of_satisfaction": "20-12-2006",
                    "amount": "2240000"
                }
            ]
        }
    }
}

Questions? Contact Us 📧 [email protected]

Language
Credentials
Basic
base64
:
URL
Click Try It! to start a request and see the response here!