POST
/
abdm
/
uhi
/
v1
/
blood-bank
/
search
cURL
curl --request POST \
  --url https://api.eka.care/abdm/uhi/v1/blood-bank/search \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "blood_component": "<string>",
  "blood_group": "<string>",
  "district": "<string>",
  "location": {
    "lat": 123,
    "long": 123
  },
  "radius": {
    "unit": "km",
    "value": 123
  },
  "search_type": "<string>",
  "state": "<string>"
}'
{
  "request_id": "<string>",
  "status": "SUCCESS"
}

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

Body

application/json

Response

200
application/json

OK

The response is of type object.