cURL
curl --request POST \ --url https://abdm.dev.unimetacare.com/api/m1/abha/search/abha \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "mobile": "<string>" } '
{ "success": true, "message": "<string>", "data": [ { "txnId": "<string>", "ABHA": [ { "index": 123, "ABHANumber": "<string>", "name": "<string>", "gender": "M", "kycVerified": "<string>", "authMethods": [ "<string>" ] } ] } ] }
Search for ABHA accounts linked to a mobile number. Returns a masked list of matching accounts.
JWT token obtained from /api/m1/abha/token
10-digit mobile number
"<string>"
Search results returned
Show child attributes
Was this page helpful?