MSMECreate Udyam Aadhaar

Udyam Aadhaar Verification API

Verify a Udyam registration number and retrieve MSME enterprise details including category, activities, and investment.

curl -X POST "https://production.deepvue.tech/v1/verification/async/post-udyam-details?udyam_aadhaar_number=example_string" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_TOKEN (JWT)" \
  -H "x-api-key: YOUR_API_KEY"
{
  "request_id": "57a2af96-faa4-4289-9be4-bbe4f07c0132"
}
POST
/v1/verification/async/post-udyam-details
POST
Bearer Token (JWT)
Bearer Tokenstring
Required

ACCESS_TOKEN generated from the authorize endpoint. Should be included in the header as Bearer .

ACCESS_TOKEN generated from the authorize endpoint. Should be included in the header as Bearer .
API Key (header: x-api-key)
x-api-keystring
Required

The CLIENT_SECRET provided to you. This header parameter is required for authentication purposes.

The CLIENT_SECRET provided to you. This header parameter is required for authentication purposes.
Request Preview
Response

Response will appear here after sending the request

Authentication

header
Authorizationstring
Required

Bearer token (JWT). ACCESS_TOKEN generated from the authorize endpoint. Should be included in the header as Bearer .

header
x-api-keystring
Required

API Key for authentication. The CLIENT_SECRET provided to you. This header parameter is required for authentication purposes.

Query Parameters

Responses

request_idstring

Overview

The Udyam Aadhaar Verification API validates details associated with a Udyam Aadhaar Number by querying government sources. This API accepts a UAM identifier and retrieves comprehensive business information including:

  • Business name
  • Primary business activity
  • Physical business address
  • Enterprise category classification
  • Certificate expiration date
  • NIC codes

This is an asynchronous API that issues a request ID rather than returning immediate results. You must use webhook mechanisms or polling to retrieve completed verification responses from the platform's servers.