cURL
Aadhaar
Aadhaar Basic
Verifies the Aadhaar number provided in the request payload.
POST
cURL
The Aadhaar Without OTP API is designed to validate an Aadhaar number and return relevant details about the individual associated with it. When a request is made with a valid Aadhaar number, the API performs the verification process and responds with key information. This includes the verification status, which indicates whether the Aadhaar number is valid and verified (
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
API key issued by KonnectNXT. Pass as Authorization: Bearer <your_api_key>.
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
Example:
400
Description of the response or error
Example:
"Invalid request parameters"
Represents the total number of credits used in this request.
Example:
3
Represents the remaining credits available for use.
Example:
4040

