About this endpoint
What it does
Validates an Aadhaar number sent in the request body. The response returns a JSON object containing a data boolean that indicates whether the Aadhaar number is valid.
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| aadhaar | String | Yes | 12-digit Aadhaar number, numeric digits only. |
Response
Returns a JSON object with a data boolean field. true indicates the Aadhaar number is valid; false indicates it is not.
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| data | Boolean | Yes | Validation result for the Aadhaar number. |