StampMitraStampMitra Developers

Udyam Registration

● Live

Verify a Udyam Registration in real time.

POST/v1/verify/udyam
● Live

Verify 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

NameTypeRequiredDescription
AuthorizationheaderYesBearer <api-key> (e.g. sk_test_... in sandbox, sk_live_... in production). The x-api-key header is also accepted.
udyamNumberstringYesUdyam 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.