Receive the patients SMS on notify
Hosted by the HIP/HIU, not by ABDM. ABDM calls this endpoint at the callback URL registered for your bridge, so the path below is relative to that URL.
This API endpoint is a call back API for /api/hiecm/hip/v3/link/patient/links/sms/notify2
<br><br/> <ol> <li>If the SMS trigger is successful, pass the successful message </li> <li>If the SMS trigger is unsuccessful, pass the error message with the error code and message </li> </ol> Unique UUID for track the end to end request transaction Actual time of the request was initiated, ISO 8601 represents date and time by starting with the year, followed by the month, the day, the hour, the minutes, seconds and milliseconds Identifier of the health information provider to which the request was intended One of The error code and message, if any occurred. ABDM-1024 - Dependent service unavailable. May be returned either bare ( The requestId that was passed OKAuthorizations
Authorizationbearer tokenRequiredHeaders
REQUEST-IDstringRequiredTIMESTAMPstringRequiredX-HIP-IDstringRequiredBody
acknowledgementobjectRequiredacknowledgement.statusstringRequiredSUCCESSERROREDerrorobjecterror.codestringRequiredABDM-1024) or with a trailing ": " separator (ABDM-1024: ); match on the code itself and tolerate the separator.error.messagestringRequiredresponseobjectRequiredresponse.requestIdstringRequiredResponses
200
Where this fits
hiecm-m2.yaml declares this callback at module level and names no call against it. Which call produces it is not documented, so this page does not say.