cURL
curl --request POST \ --url https://api.eka.care/abdm/v1/care-contexts/link/on-confirm \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "error": { "code": 123, "message": "<string>" }, "patients": [ { "care_contexts": [ { "display": "<string>", "ref_num": "<string>" } ], "display": "<string>", "hi_type": "OPConsultation", "ref_num": "<string>" } ], "request_id": "<string>" }'
This response does not have an example.
This API is used by HIP to confirm the linking of care contexts after OTP verification.
The API requires a Bearer token (JWT) for authentication.
Partner user ID
Partner HIP ID
No Content
Was this page helpful?