Hi All,
Can someone please help with the Health Repository URL registration/configuration when building HIP?
We have followed the steps mentioned in the document here:
https://sandbox.abdm.gov.in/docs/getting_started_with_apis
Invoked the patch API using the command below:
curl --location --request PATCH ‘https://dev.abdm.gov.in/devservice/v1/bridges’ --header ‘Content-Type: application/json’ --header ‘Authorization: Bearer your-access-token-from-gateway-session’ --data-raw ‘{
“url”: “https://my-hrp-url.com”
}’
But still, we are not getting any callback from the gateway for the webhook URL we configured.
Is there anything we are missing here? Has anyone faced a similar issue in past? Any help would be really appreciated.
Thanks,
Arpit