{
"request_id": "ADHRVFR17562920251014_421874e5",
"otp": "324426",
"aadhaar_number": "997834567654"
}curl --location --request POST '/api/v1/aadhaar/verify-otp' \
--header 'x-client-id: {{client_id}}' \
--header 'x-client-secret: {{client_secret}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"request_id": "ADHRVFR17562920251014_421874e5",
"otp": "324426",
"aadhaar_number": "997834567654"
}'{
"response_code": 200,
"status": "success",
"message": "Aadhaar verification successful — data found",
"data": {
"request_id": "ADHRVFR17562920251014_421874e5",
"status": "verified",
"aadhaar_details": {
"aadhaar_uid": "997834567654",
"full_name": "John Doe",
"date_of_birth": "01/01/1967",
"gender": "Male",
"address": "Malwala, Kot Bakhtu, Talwandi Sabo, Bathinda, Punjab - 151301",
"image_base64": "data:image/jpeg;base64,/9j/4AAQSkZJRgABAgA......"
}
},
"meta": {
"request_id": "7af70584-653f-44f7-b9a1-c463aea7f544",
"time": "2025-10-15T20:30:36+05:30"
}
}