Aadhaar via UIDAI - 3. Get Aadhaar Details and XML

These APIs allow you to retrieve an individual’s Aadhaar details from the UIDAI database. There are three APIs you need to call to retrieve the details:

1. Generate Captcha API: This API generates a captcha that you need to display to your customer on your application frontend.

2. Send OTP API: After the customer enters the captcha on your frontend along with their Aadhaar number, you should call this API. It verifies if the captcha is correct, ensuring that the request is made by an individual and not a bot. If the captcha is correct, an OTP is sent to the mobile number linked to the entered Aadhaar number.

3. Get Aadhaar Details and XML API: Finally, use the OTP entered by your customer on your application frontend to call this API. If the OTP is correct, we return the Aadhaar details and an Aadhaar XML link in the API response.

Language
Authorization
Basic
base64
:
URL
Click Try It! to start a request and see the response here!