UDYAM (MSME) APIS
Mobile To Udyam Submit Otp
Verification endpoint — Mobile To Udyam 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/mobile_to_udyam_submit_otp
Headers
| Header | Required |
|---|---|
| clientid | Yes |
| secretid | Yes |
| Content-Type | application/json |
Request body
| Field | Example |
|---|---|
| request_id | req-id-from-generate |
| otp | 739105 |
Sample success response
{
"status": true,
"status_key": "SUCCESS",
"status_code": 200,
"message": "OTP verified successfully",
"data": {
"verification_status": "VERIFIED",
"request_id": "b7c95711-fd13-4ccd-8230-XXXXXXXXXXXX"
}
}