cURL
curl --request POST \ --url https://api.eka.care/abdm/v1/care-contexts/on-discover \ --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>", "txn_id": "<string>" }'
This response does not have an example.
This API is used to send unlinked care contexts to abdm.
The API requires a Bearer token (JWT) for authentication.
Partner user ID
Partner HIP ID
No Content
Was this page helpful?