Scan & Share
Send Share Acknowledgement (HIP → Gateway)
HIP sends an acknowledgement back to the ABDM Gateway after receiving and processing the patient's shared profile. Typically includes a token/queue number assigned to the patient. Server: https://dev.abdm.gov.in/api/hiecm
Certification case SHARE_PATIENT_PROFILE_701
Authorizations
Authorizationbearer tokenRequiredThe accessToken from POST /api/hiecm/gateway/v3/sessions. Send it as Authorization: Bearer <ACCESS_TOKEN>.
Headers
REQUEST-IDstringRequiredUnique UUID v4 per request. Used for idempotency and distributed tracing. Generate a fresh UUID for every call.
TIMESTAMPstringRequiredISO 8601 UTC timestamp of the request.
Body
acknowledgementobjectRequiredacknowledgement.statusstringRequiredProcessing result
One of SUCCESSFAILURE
acknowledgement.abhaAddressstringRequiredABHA Address of the patient who shared their profile
acknowledgement.profileobjectPresent on SUCCESS, echoes context and provides assigned token
acknowledgement.profile.contextstringContext value from the original share request
acknowledgement.profile.tokenNumberstringQueue/token number assigned to the patient by the HIP
acknowledgement.errorobjectPresent on FAILURE
acknowledgement.error.codestringacknowledgement.error.messagestringResponses
200Acknowledgement accepted by Gateway