Skip to main content
POST
/
abdm
/
v1
/
profile
/
search
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>"
    }
  ]
}

Authorizations

Authorization
string
header
required

The API requires a Bearer token (JWT) for authentication.

Body

application/json
mobile
string
required

Response

OK

profiles
object[] | null