cURL
curl --request GET \ --url https://api.eka.care/abdm/v1/care-contexts/linked \ --header 'Authorization: Bearer <token>'
{ "care_contexts": [ { "care_context_id": "<string>", "created_at": "<string>", "display": "<string>", "status": "ConsentRaised" } ] }
The API requires a Bearer token (JWT) for authentication.
Eka User ID (OID)
Partner User ID
Partner HIP ID
Unique identifier for the Health Information Provider (HIP).
OID is used to Identify the user.
OK
Show child attributes
Unique identifier for the care context.
ConsentRaised
ConsentGranted
ConsentError
DataRequested
DataReceived
DataProcessing
DataProcessed
InvalidDataReceived
NoDataAvailable
Was this page helpful?