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