Creation Of ABHA Number Using Aadhaar otp

When Create an ABHA number from this website https://sandbox.abdm.gov.in/abdm-docs/UsingAdhharOpt guideline ,but in this process only ABHA no. create like there is no ABHA Address suggestion api and How i link with ABHA number during ABHA number creation

Hi Prince,
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 for your support

https://abhasbx.abdm.gov.in/abha/api/v3/enrollment/enrol/byAadhaar while i’m testing in postman getting {
“code”: “900908”,
“message”: "Resource forbidden ",
“description”: “User is NOT authorized to access the Resource. API Subscription validation failed.”
}
this error my client id is SBX_003058 please check

Hi Prince,
For v3 api access, send a mail to ABDM support ([ndhm.support@nha.gov.in] with your client ID mentioned.

Thanks for your support

Now i get the access , could you just provide me the sample postman collection of v3 of M1 because i confuse about what are the payload of v3 if possible please provide