Callbacks from `/v0.5/consents/hip/notify`

While testing our M2 we noticed that ABDM is not sending us any callbacks, at /v0.5/consents/hip/notify API. This is odd nearly all the consents which we have created in the HIU portal are still granted, even after expiry. Does ABDM send a callback for expired consents?

@IntegrationSupport @ankit-brijwasi

@debtanu Notification of consents to health information providers consent request granted, consent revoked, consent expired. Only the GRANTED and REVOKED status notifications will be sent to HIP.

  1. If consent is granted, status=GRANTED, then consent Detail contains the consent artefact details and signature is available.
  2. If consent is revoked, then status=REVOKED, and consent Id specifies which consent artefact is revoked.
1 Like

Understood.

But what about this particular API. Why does it not give us a callback?

@IntegrationSupport