Authentication token for ABDM in bridge URL for callback requests

Is there any way by which we can implement the authentication token in bridge url which means whenever ABDM server is sending the callback response on bridge url, ABDM server has to send that token also in headers?

Hey @abhishek1.kamla ,

Please use API ‘https://sandbox.abdm.gov.in/swagger/ndhm-hip.yaml ’.
Through this you can verify ,

We have an authentication for all our APIs using a bearer token (generated by username and password). Will NHA support this?

you can try but JWT in itself is sufficient and enough to verify.

Thanks