@IntegrationSupport - I want to create ABHA number basis on Aadhaar number and want to know the process which all API need to call in which sequence.
I read your document but bit confusing and also I have submit sandbox registration form for API access but I believe it is for production access.
do you have any test environment for API testing.
Hi @sanchit.patne,
The sequence using V3 APIs is as follows:
i) Get session token using https://dev.abdm.gov.in/gateway/v0.5/sessions
ii) Using this token in Authorization as Bearer token get public key for encryption from
https://healthidsbx.abdm.gov.in/api/v1/auth/cert
iii) Send encrypted aadhaar to https://abhasbx.abdm.gov.in/abha/api/v3/enrollment/request/otp
iv) Send mobile number ,transaction id , otp to https://abhasbx.abdm.gov.in/abha/api/v3/enrollment/enrol/byAadhaar
v) Send transaction ID to https://abhasbx.abdm.gov.in/abha/api/v3/enrollment/enrol/suggestion to get suggested aadhar addresses.
vi) Send transaction ID, your-choice-of-abha-address , preferred to https://abhasbx.abdm.gov.in/abha/api/v3/enrollment/enrol/abha-address for getting abha address and abha number.
The documentation for the same is available at https://sandbox.abdm.gov.in/documents/ABDM_M1.docx
Hope this clarifies.
Thanks