Retrieving the response from callback URL

How to fetch and realize responses from Health repository when callback is finished. I need some general explanation about this? What do you propose? The first thing that comes to my mind is some sort of node application which will be deployed on server with corresponding publicly accessed URL which Gateway can contact.

Hello @zeljko,

If we understand it correctly, you are asking “How to communicate with Gateway?”,

To do that, assuming you have the credentials (Client Id and Client Secret) to communicate with Gateway, here are the steps:-

  1. You will need to update URL for your Health Repository (where your Health Repository application is hosted) and then register your facility on Gateway. Please refer this https://sandbox.ndhm.gov.in/docs/getting_started_with_apis

  2. After you register your HIP/HIU on gateway you can now communicate with Gateway using the defined API specifications and flows. Please refer this if you are building an HIP and refer this if you are building an HIU.

To know more you can refer to NDHM Documentation.

Hi @zeljko
Did you find the solution in retrieving the response from callback url…?