UDYAM (MSME) APIS
Udyam Advanced Submit Otp
Verification endpoint — Udyam Advanced Submit Otp. 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_advanced_submit_otp
Headers
| Header | Required |
|---|---|
| clientid | Yes |
| secretid | Yes |
| Content-Type | application/json |
Request body
| Field | Example |
|---|---|
| request_id | req-id-from-generate-otp |
| otp | 482916 |
Sample success response
{
"status": true,
"status_key": "SUCCESS",
"status_code": 200,
"message": "Fetched successfully",
"data": {
"verification_status": "VERIFIED",
"profile": {
"enterprise_name": "Inditab Esolutions Private Limited"
}
}
}