This API allows you to verify Aadhaar numbers. To verify, you need to provide your API key, Aadhaar number, and OTP sent to the mobile number linked with the Aadhaar. The process involves two steps: first, generating an OTP using the Aadhaar OTP API, and then using that OTP to verify the Aadhaar number via the Aadhaar Verify endpoint.
POST
https://api.veri5.cloud.robeeta.com/Veri5/VerifyAadharDetails
Authorization: Api key
Header: Content-Type: application/json
Request Body
Response Body
Note:
curl -X POST \nhttps://api.veri5.cloud.robeeta.com/Veri5/VerifyAadharDetails \\\n-H "Content-Type: application/json" \\\n-d '{\n "AccessKey": "string",\n "AadharNumber": "string",\n "Otp": "string"\n}'
{ "Response": "string", "Name": "string", "Gender": "string", "Dob": "string", "Age": "string", "Careof": "string", "Address": "string", "House": "string", "Street": "string", "Landmark": "string", "Location": "string", "PostOffice": "string", "District": "string", "SubDistrict": "string", "City": "string", "State": "string", "Country": "string", "PostCode": "string", "Photo": "string", "AadharNumber": "string", "LastFourDigit": "string", "MobileNumber": "string", "Email": "string" }