Verifies the Aadhaar number provided in the request payload.
true or false). Additionally, the API provides the individual’s age band (e.g., 20-30), their state of residence, a masked version of their mobile number (for privacy), and their gender.
The response also includes a unique case ID for tracking the verification process. Furthermore, the API tracks the number of credits consumed during the verification and the remaining credits in the user’s account, which can be used for future requests.
This service is typically used for background verification processes where the Aadhaar number needs to be validated, providing an easy and secure way to fetch the required details without the need for OTP verification.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The 12-digit Aadhaar number to verify.
"123456789012"
Successful response with Aadhaar verification details.
Overall status of the API
success, error HTTP status code
Description of the response or error
Represents the total number of credits used in this request.
3
Represents the remaining credits available for use.
4040