cURL
curl --request POST \ --url https://api.eka.care/abdm/v1/care-contexts/discover/link/init \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "cc_ref_id": "<string>", "patient_ref_id": "<string>", "txn_id": "<string>" } '
{ "txn_id": "<string>" }
Initialise the linking for discovered care context.
The API requires a Bearer token (JWT) for authentication.
Eka User ID (OID)
Partner User ID
Partner HIP ID
OID is used to Identify the user.
Unique Identifier for the care context.
The unique identifier for the patient within the Healthcare Information Provider (HIP).
Transaction ID received in the previous API response.
OK
Transaction ID required for the next API call.
Was this page helpful?