cURL
curl --request POST \ --url https://api.eka.care/abdm/v1/hiu/care-context/data/on-push \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "consent_id": "<string>", "status_response": [ { "care_context_id": "<string>", "description": "<string>", "success": true } ], "transaction_id": "<string>" }'
This response does not have an example.
API for HIU to push care context FHIR parsing status
The API requires a Bearer token (JWT) for authentication.
Partner user ID
Partner HIP ID
Accepted
Was this page helpful?