UDYAM (MSME) APIS
Udyam Basic Validation
Verification endpoint — Udyam Basic Validation. Reference documentation from the QRX Postman collection. No live API calls are made from this page.
Reference only — this page does not call live APIs.
POST
/api/qrx/udyam_basic_validation
Headers
| Header | Required |
|---|---|
| clientid | Yes |
| secretid | Yes |
| Content-Type | application/json |
Request body
| Field | Example |
|---|---|
| udyam_reg_no | UDYAM-DL-03-0012345 |
Sample success response
{
"status": true,
"message": "Fetched successfully",
"_truncated": true,
"data": "(response truncated for documentation)"
}