API Reference

Msme Verification

Use this API to Fetch the Msme data

Header Parameters

NameTypeDescription
Content-TypeStringApplication/Json
AcceptStringApplication/Json
X-Qro-ApiKeyStringProvided By Dextox
X-Qro-UserIdStringProvided By Dextox

Request Parameters

Param NameParam TypeIs MandatoryDescription
udyam_reg_nostringYESudyam_reg_no

Sample Response

{
    "statuscode": "TXN",
    "status": "Result fetched",
    "data": {
        "official_address": {
            "pincode": "xxxxx",
            "road": "xxx xxxx",
            "city": "xxx",
            "flat": "xxx xxx",
            "premises": "xxx",
            "district": "xxxxx",
            "mobile": "60*****698",
            "block": "xxxxx",
            "state": "RAJASTHAN",
            "village": "xxxxx",
            "email": "[email protected]"
        },
        "msme_dfo": "JAIPUR",
        "branch_details": [
            {
                "pincode": "xxxxx",
                "road": "xxxx xxx xxxx",
                "city": "xxxxx",
                "flat": "xxx xxx",
                "premises": "xxx",
                "district": "JAIPUR",
                "name": "xxxx xxxx xxx",
                "block": "xxx, xxx, xxxx  ",
                "state": "RAJASTHAN",
                "village": "Jogawad,"
            }
        ],
        "udyam_reg_no": "",
        "profile": {
            "enterprise_type": "Micro",
            "major_activity": "Services",
            "date_of_incorporation": "xx/xx/xxxx",
            "organization_type": "xxxx",
            "enterprise_name": "",
            "social_category": "OBC",
            "date_of_commencement": "xx/xx/xxxx"
        },
        "district_industries_center": "xxxx",
        "enterprise_type_history": [
            {
                "enterprise_type": "Micro",
                "classification_date": "xx/xx/xxxx",
                "classification_year": "xxxx-xx"
            }
        ],
        "industry": [
            {
                "date": "xx/xx/xxxx",
                "activity": "Services",
                "sno": "1",
                "sub_sector": "",
                "industry_code": "49",
                "industry": "",
                "activity_description": ".",
                "sub_sector_code": "xxxx",
                "nic_code": "xxxx"
            }
        ],
        "date_of_reg": "xx/xx/xxxx"
    },
    "timestamp": "06-06-2025 15:58:06"
}
Language
Click Try It! to start a request and see the response here!