Skip to main content
POST
/
v1
/
verification
/
async
/
post-udyam-details
Async Post Udyam Aadhaar Verification
curl --request POST \
  --url https://production.deepvue.tech/v1/verification/async/post-udyam-details \
  --header 'Authorization: Bearer <token>' \
  --header 'x-api-key: <api-key>'
{
  "request_id": "57a2af96-faa4-4289-9be4-bbe4f07c0132"
}

Documentation Index

Fetch the complete documentation index at: https://deepvue-2e0dbadd.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Udyam Aadhaar Verification API allows you to verify details of Udyam Aadhaar Number from the Udyam aadhaar govt source. The API accepts a UAM number and responses with details about the Name of the Business, Major activity, Business Address, category type, expiration date, address, NIC Codes, etc.

Authorizations

Authorization
string
header
required

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

x-api-key
string
header
required

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

Query Parameters

udyam_aadhaar_number
string
required

The Aadhaar number associated with the Udyam registration.

Response

Successful Response

request_id
string