MSMECreate Udyog Aadhaar

Udyog Aadhaar Verification API

Verify a Udyog Aadhaar number and retrieve enterprise details. Covers businesses registered under the legacy MSME scheme.

curl -X POST "https://production.deepvue.tech/v1/verification/async/post-udyog-details?udyog_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": "string"
}
POST
/v1/verification/async/post-udyog-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

This API enables verification of Udyog Aadhaar Number details sourced from official government registries. When provided with a UAM number, the system returns comprehensive business information including:

  • Entity name
  • Primary activities
  • Physical location
  • Business category
  • Registration status
  • NIC classification codes

This endpoint operates as an async service, returning a request identifier upon submission. The actual verification results are delivered through webhook callbacks to your registered servers, which can then be retrieved using the corresponding request ID.