cURL
curl --request POST \ --url https://abdm.dev.unimetacare.com/api/m1/abha/aadhar/enroll/create/abha-address \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "txnId": "<string>", "abhaAddress": "<string>", "preferred": 1 } '
{ "success": true, "message": "<string>", "data": { "txnId": "<string>", "healthIdNumber": "<string>", "preferredAbhaAddress": "<string>" } }
Create the final ABHA address for the user from the suggested list.
JWT token obtained from /api/m1/abha/token
"<string>"
1
ABHA address created successfully
Show child attributes
Was this page helpful?