cURL
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 }
This API endpoint allows to check whether provided health id is already present in system.
The API requires a Bearer token (JWT) for authentication.
Eka User ID (OID)
Partner User ID
Partner HIP ID
OK
The response is of type object.
object
Was this page helpful?