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" }
User can search blood banks using State & District wise.
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?