cURL
curl --request POST \ --url https://abdm.dev.unimetacare.com/api/m1/abha/aadhar/enroll/abha-suggestion \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "txnId": "<string>" } '
{ "success": true, "message": "<string>", "data": { "txnId": "<string>", "abhaAddressList": [ "<string>" ] } }
Get suggested ABHA address options for the user to choose from after OTP verification.
JWT token obtained from /api/m1/abha/token
"<string>"
Suggestions fetched successfully
Show child attributes
Was this page helpful?