> For the complete documentation index, see [llms.txt](https://docs.tutelar.io/tutelar-api-document/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tutelar.io/tutelar-api-document/business-profile/udyam-verification-without-otp.md).

# Udyam Verification Without OTP

Verify Udyam registration details issued to MSME businesses by the Government of India and fetch enterprise, business, address, classification, and registration certificate details without OTP authentication.

## udyam\_verification\_without\_otp

<mark style="color:green;">`POST`</mark> `https://secctrl.tutelar.io/api/v1/services/business_profile/udyam_verification_wo_otp`

#### Sample Request Body

<table><thead><tr><th width="197.95703125">Body</th><th width="148">Type</th><th>Mandatory</th><th width="217">Description</th></tr></thead><tbody><tr><td>udyamRegistrationNo</td><td>string</td><td>Yes</td><td>Udyam Registration Number of the entity</td></tr><tr><td>consent</td><td>String</td><td>Yes</td><td>Consent is required to make the API<br>request.</td></tr></tbody></table>

#### Sample Post Parameters

```json
{
    "udyamRegistrationNo": "UDYAM-MP-23-0007772",
    "consent": "Y",
}
```

{% tabs %}
{% tab title="200: Success Response" %}

```json
{
  "success": true,
  "code": 200,
  "message": "The request has been successfully completed.",
  "reference_id": "82f1d264-1a51-4294-9f6a-6ad02cf66e63",
  "status": "completed",
  "result": {
    "udyamRegistrationNumber": "UDYAM-MP-23-0007776",
    "dateOfRegistration": "2020-12-09",
    "interestedInTreds": null,
    "interestedInGem": null,
    "profile": {
      "name": "M/S. SHIVALOMAL AND SONS- PROPRIETOR- SHRI HITESH PARYANI",
      "majorActivity": "Manufacturing",
      "organizationType": "Proprietary",
      "ownerName": null,
      "pan": null,
      "previousITRStatus": null,
      "itrType": null,
      "gstnStatus": null,
      "mobile": null,
      "emailId": null,
      "socialCategory": "General",
      "gender": "Male",
      "speciallyAbled": null,
      "dateOfIncorporation": "2005-05-26",
      "dateOfCommencement": "2005-05-26"
    },
    "bankDetails": {
      "bank": null,
      "ifsc": null,
      "acNo": null
    },
    "employmentDetails": {
      "male": null,
      "female": null,
      "others": null,
      "total": null
    },
    "financials": {
      "financialYear": null,
      "details": {
        "wdvPme": null,
        "exclusion": null,
        "netInvestmentInPme": null,
        "totalTurnover": null,
        "exportTurnover": null,
        "netTurnover": null
      }
    },
    "branchDetails": [
      {
        "name": "M/S. SHIVALOMAL AND SONS- PROPRIETOR- SHRI HITESH PARYANI",
        "flat": "56-57,",
        "premises": "INDRESHWAR MARG,",
        "village": "MACCHI BAZAR,",
        "block": "INDORE",
        "road": "INDORE",
        "city": "INDORE",
        "state": "MADHYA PRADESH",
        "pincode": "452001",
        "district": "INDORE"
      }
    ],
    "officialAddress": {
      "flat": "56-57,",
      "premises": "INDRESHWAR MARG,",
      "village": "MACCHI BAZAR,",
      "block": "INDORE",
      "road": "INDORE",
      "city": "INDORE",
      "state": "MADHYA PRADESH",
      "pincode": "452001",
      "district": "indore",
      "email": "hardikparyani19@gmail.com",
      "mobile": "88*****346"
    },
    "industry": [
      {
        "industry": "Manufacture of fabricated metal products, except machinery and equipment",
        "subSector": "Manufacture of other fabricated metal products n.e.c.",
        "activityDescription": "Manufacture of metal household articles (plates, saucers, pots, kettles, saucepans, frying pans and other non-electrical utensils, small hand-operated kitchen appliances and accessories)",
        "industryCode": "25",
        "subSectorCode": "2599",
        "nicCode": "25994",
        "activity": "Manufacturing"
      }
    ],
    "enterpriseType": [
      {
        "classificationYear": "2020-21",
        "enterpriseType": "Micro",
        "classificationDate": "2020-12-09"
      }
    ],
    "pdfUrl": "http://3.108.106.182:8000/image-pub/kyc/TUTWEBK0XXXXx/udyamVerificationDocuments/udyam_certificate_1779342238820-1234xxxxxxxxxx.pdf"
  },
  "requested_at": "2026-05-21T05:44:05.261Z",
  "completed_at": "2026-05-21T05:44:05.462Z"
}
```

{% endtab %}

{% tab title="200 : In progress" %}

```json
{
    "success": true,
    "code": 200,
    "message": "The request is being processed. Please wait for completion.",
    "reference_id": "b49bb6fe-b457-4af0-a8cf-599b9d29c687",
    "status": "in_progress",
    "requested_at": "2026-05-21T07:33:29.760Z"
}
```

{% endtab %}

{% tab title="400: Validation Error Response" %}

```json
{
    "success": false,
    "code": 400,
    "message": "Invalid input. Please check your request and try again.",
    "error": {
        "message": "Invalid Udyam Registration Number format",
        "field": "udyamRegistrationNo",
        "code": "BAD_REQUEST"
    }
}
{
    "success": false,
    "code": 400,
    "message": "Invalid input. Please check your request and try again.",
    "error": {
        "message": "Udyam Registration Number should not be empty",
        "field": "udyamRegistrationNo",
        "code": "BAD_REQUEST"
    }
}
{
    "success": false,
    "code": 400,
    "message": "Consent should not be empty",
    "error": {
        "message": "Consent should not be empty",
        "field": "consent",
        "code": "BAD_REQUEST"
    }
}
```

{% endtab %}

{% tab title="200: Failure Response" %}

```json
{
    "success": true,
    "code": 200,
    "message": "The request could not be completed due to an error.",
    "reference_id": "cd40210f-95de-419d-8624-d0c9ece62588",
    "status": "failed",
    "error": {
        "message": "Invalid details were provided. Please submit valid details.",
        "code": "ERROR"
    },
    "requested_at": "2026-05-21T10:10:32.826Z",
    "completed_at": "2026-05-21T10:10:35.253Z"
}
```

{% endtab %}
{% endtabs %}

## Get details

<mark style="color:blue;">`GET`</mark> `https://secctrl.tutelar.io/api/v1/services/business_profile/udyam_verification_wo_otp`

### Query parameters description is given below,

<table><thead><tr><th width="197">Query Parameter </th><th width="139">Type</th><th>Is  Mandatory</th><th>Description</th></tr></thead><tbody><tr><td>reference_id </td><td>String </td><td>Yes </td><td>Document reference id</td></tr></tbody></table>

{% tabs %}
{% tab title="200: Success Response" %}

```json
{
  "success": true,
  "code": 200,
  "message": "The request has been successfully completed.",
  "reference_id": "82f1d264-1a51-4294-9f6a-6ad02cf66e63",
  "status": "completed",
  "result": {
    "udyamRegistrationNumber": "UDYAM-MP-23-0007776",
    "dateOfRegistration": "2020-12-09",
    "interestedInTreds": null,
    "interestedInGem": null,
    "profile": {
      "name": "M/S. SHIVALOMAL AND SONS- PROPRIETOR- SHRI HITESH PARYANI",
      "majorActivity": "Manufacturing",
      "organizationType": "Proprietary",
      "ownerName": null,
      "pan": null,
      "previousITRStatus": null,
      "itrType": null,
      "gstnStatus": null,
      "mobile": null,
      "emailId": null,
      "socialCategory": "General",
      "gender": "Male",
      "speciallyAbled": null,
      "dateOfIncorporation": "2005-05-26",
      "dateOfCommencement": "2005-05-26"
    },
    "bankDetails": {
      "bank": null,
      "ifsc": null,
      "acNo": null
    },
    "employmentDetails": {
      "male": null,
      "female": null,
      "others": null,
      "total": null
    },
    "financials": {
      "financialYear": null,
      "details": {
        "wdvPme": null,
        "exclusion": null,
        "netInvestmentInPme": null,
        "totalTurnover": null,
        "exportTurnover": null,
        "netTurnover": null
      }
    },
    "branchDetails": [
      {
        "name": "M/S. SHIVALOMAL AND SONS- PROPRIETOR- SHRI HITESH PARYANI",
        "flat": "56-57,",
        "premises": "INDRESHWAR MARG,",
        "village": "MACCHI BAZAR,",
        "block": "INDORE",
        "road": "INDORE",
        "city": "INDORE",
        "state": "MADHYA PRADESH",
        "pincode": "452001",
        "district": "INDORE"
      }
    ],
    "officialAddress": {
      "flat": "56-57,",
      "premises": "INDRESHWAR MARG,",
      "village": "MACCHI BAZAR,",
      "block": "INDORE",
      "road": "INDORE",
      "city": "INDORE",
      "state": "MADHYA PRADESH",
      "pincode": "452001",
      "district": "indore",
      "email": "hardikparyani19@gmail.com",
      "mobile": "88*****346"
    },
    "industry": [
      {
        "industry": "Manufacture of fabricated metal products, except machinery and equipment",
        "subSector": "Manufacture of other fabricated metal products n.e.c.",
        "activityDescription": "Manufacture of metal household articles (plates, saucers, pots, kettles, saucepans, frying pans and other non-electrical utensils, small hand-operated kitchen appliances and accessories)",
        "industryCode": "25",
        "subSectorCode": "2599",
        "nicCode": "25994",
        "activity": "Manufacturing"
      }
    ],
    "enterpriseType": [
      {
        "classificationYear": "2020-21",
        "enterpriseType": "Micro",
        "classificationDate": "2020-12-09"
      }
    ],
    "pdfUrl": "http://3.108.106.182:8000/image-pub/kyc/TUTWEBK00341/udyamVerificationDocuments/udyam_certificate_1779342238820-1779342238844.pdf"
  },
  "requested_at": "2026-05-21T05:44:05.261Z",
  "completed_at": "2026-05-21T05:44:05.462Z"
}
```

{% endtab %}

{% tab title="200: Inprogress Response" %}

```json
{
    "success": true,
    "code": 200,
    "message": "The request is being processed. Please wait for completion.",
    "reference_id": "b49bb6fe-b457-4af0-a8cf-599b9d29c687",
    "status": "in_progress",
    "requested_at": "2026-05-21T07:33:29.760Z"
}
```

{% endtab %}

{% tab title="200: Failure Response" %}

```json
{
    "success": true,
    "code": 200,
    "message": "The request could not be completed due to an error.",
    "reference_id": "cd40210f-95de-419d-8624-d0c9ece62588",
    "status": "failed",
    "error": {
        "message": "Invalid details were provided. Please submit valid details.",
        "code": "ERROR"
    },
    "requested_at": "2026-05-21T10:10:32.826Z",
    "completed_at": "2026-05-21T10:10:35.253Z"
}
```

{% endtab %}
{% endtabs %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.tutelar.io/tutelar-api-document/business-profile/udyam-verification-without-otp.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
