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.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
The 12-digit Aadhaar number to verify.
Example:
"123456789012"
Response
Successful response with Aadhaar verification details.
Overall status of the API
Available options:
success, error HTTP status code
Description of the response or error
Represents the total number of credits used in this request.
Example:
3
Represents the remaining credits available for use.
Example:
4040

