Udyam Registration
● LiveVerify a Udyam Registration in real time.
POST
● Live/v1/verify/udyamVerify Udyam Registration
Validates and verifies a Udyam Registration. Requires the `verification.udyam.read` scope on the API key. Metered as `udyam.verify` after a successful upstream response.
Required scope: verification.udyam.read
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| Authorization | header | Yes | Bearer <api-key> (e.g. sk_test_... in sandbox, sk_live_... in production). The x-api-key header is also accepted. |
| udyamNumber | string | Yes | Udyam Registration Number (URN). |
Example request
{
"udyamNumber": "UDYAM-MH-01-0000001"
}Example response
{
"status": "success",
"verified": true,
"data": {
"...": "provider-specific verified fields"
}
}Input format is validated with class-validator before the request ever leaves stampmitra-b2b-platform.