UDYAM (MSME) APIS
Mobile To Udyam Generate Otp
Verification endpoint — Mobile To Udyam 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/mobile_to_udyam_generate_otp
Headers
| Header | Required |
|---|---|
| clientid | Yes |
| secretid | Yes |
| Content-Type | application/json |
Request body
| Field | Example |
|---|---|
| mobile_number | 9876543210 |
Sample success response
{
"status": true,
"status_key": "SUCCESS",
"status_code": 200,
"message": "OTP sent to registered mobile number",
"data": {
"request_id": "b7c95711-fd13-4ccd-8230-XXXXXXXXXXXX",
"result_code": 101
}
}