Hello,
I’m currently working on the creation of Health IDs, and I’ve been using the following APIs for this purpose. However, I need to address the CRT_ABHA_112 test case, which requires me to include a feature for suggesting ABHA addresses. Could you please provide information on which API healthidsbx uses for ABHA address suggestions?
Here’s the existing API flow I’ve been using:
- Session initiation:
https://dev.abdm.gov.in/gateway/v0.5/sessions
- Generate OTP for Aadhaar registration:
https://healthidsbx.abdm.gov.in/api/v1/registration/aadhaar/generateOtp
- Verify OTP for Aadhaar registration:
https://healthidsbx.abdm.gov.in/api/v1/registration/aadhaar/verifyOTP
- Check and generate mobile OTP:
https://healthidsbx.abdm.gov.in/api/v2/registration/aadhaar/checkAndGenerateMobileOTP
- Generate mobile OTP for Aadhaar registration:
https://healthidsbx.abdm.gov.in/api/v1/registration/aadhaar/generateMobileOTP
- Verify mobile OTP for Aadhaar registration:
https://healthidsbx.abdm.gov.in/api/v1/registration/aadhaar/verifyMobileOTP
- Create Health ID using Aadhaar:
https://healthidsbx.abdm.gov.in/api/v2/registration/aadhaar/createHealthIdByAdhaar
I would greatly appreciate your assistance in identifying the API that facilitates ABHA address suggestions in this process.