cURL
curl --request POST \ --url https://api.eka.care/abdm/v1/profile/search \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "mobile": "<string>" } '
{ "profiles": [ { "abha_number": "<string>", "gender": "<string>", "name": "<string>" } ] }
Search KYCed ABHA profiles using mobile number
The API requires a Bearer token (JWT) for authentication.
OK
Show child attributes
Was this page helpful?