cURL
curl --request POST \ --url https://abdm.dev.unimetacare.com/api/m1/abha/mobile/login/send-otp \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "mobile": "<string>" } '
{ "success": true, "message": "<string>", "data": { "txnId": "<string>", "message": "<string>" } }
Send OTP to the provided mobile number. Returns a txnId for the verify step.
txnId
JWT token obtained from /api/m1/abha/token
10-digit mobile number
"<string>"
OTP sent successfully
Show child attributes
Was this page helpful?