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