cURL
curl --request POST \ --url https://api.eka.care/abdm/v1/hfr/link \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "clinic_id": "<string>", "hfr_id": "<string>" } '
{ "data": { "clinic_id": "<string>", "hfr_id": "<string>" }, "error": "<unknown>", "success": true }
Link a facility to the ABDM Bridge
The API requires a Bearer token (JWT) for authentication.
Eka User ID (OID)
Partner User ID
Partner HIP ID
OK
Show child attributes
Was this page helpful?