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.
Partner user ID
Partner HIP ID
Unique identifier for the Health Information Provider (HIP).
OID is used to Identify the user.
OK
The response is of type object.
object
Was this page helpful?