POST
/
abdm
/
na
/
v1
/
registration
/
phr
/
check
curl --request POST \
  --url https://api.eka.care/abdm/na/v1/registration/phr/check \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "abha_address": "<string>"
}'
{
  "exists": true
}

Authorizations

Authorization
string
header
required

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

Body

application/json
abha_address
string
required

ABHA address to check if it's already present in the system.

Response

200
application/json
OK
exists
boolean

Indicates whether the health ID exist.