UDYAM (MSME) APIS
Udyam Advanced Generate Otp
Verification endpoint — Udyam Advanced Generate 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_generate_otp
Headers
| Header | Required |
|---|---|
| clientid | Yes |
| secretid | Yes |
| Content-Type | application/json |
Request body
| Field | Example |
|---|---|
| udyam_number | UDYAM-DL-03-0012345 |
| mobile_number | 9876543210 |
Sample success response
{
"status": true,
"status_key": "SUCCESS",
"status_code": 200,
"message": "OTP sent successfully",
"data": {
"request_id": "UDYAM-GJ-19-0000870",
"otp_sent": true,
"expires_in_seconds": 300
}
}