Skip to main content
GET
/
abdm
/
v1
/
hfr
/
search
/
{hfrId}
cURL
curl --request GET \
  --url https://api.eka.care/abdm/v1/hfr/search/{hfrId} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "address": "<string>",
    "districtLGDCode": "<string>",
    "districtName": "<string>",
    "facilityId": "<string>",
    "facilityName": "<string>",
    "facilityStatus": "<string>",
    "facilityType": "<string>",
    "facilityTypeCode": "<string>",
    "latitude": "<string>",
    "longitude": "<string>",
    "ownership": "<string>",
    "ownershipCode": "<string>",
    "pincode": "<string>",
    "stateLGDCode": "<string>",
    "stateName": "<string>",
    "subDistrictLGDCode": "<string>",
    "subDistrictName": "<string>",
    "systemOfMedicine": "<string>",
    "systemOfMedicineCode": "<string>",
    "villageCityTownLGDCode": "<unknown>",
    "villageCityTownName": "<unknown>"
  },
  "error": "<unknown>",
  "success": true
}

Authorizations

Authorization
string
header
required

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

Headers

X-Pt-Id
string

Eka User ID (OID)

X-Partner-Pt-Id
string

Partner User ID

X-Hip-Id
string

Partner HIP ID

Path Parameters

hfrId
string
required

Hfr ID

Response

OK

data
object
error
any
success
boolean