cURL
curl --request POST \ --url https://api.eka.care/abdm/v1/care-contexts/link \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "abha_address": "<string>", "care_contexts": [ { "care_context_id": "<string>", "display": "<string>", "hi_type": "OPConsultation" } ], "oid": "<string>", "partner_user_id": "<string>" }'
This response does not have an example.
This API is used by HIP to link care contexts.
The API requires a Bearer token (JWT) for authentication.
Partner user ID
Partner HIP ID
Accepted
Was this page helpful?