About this endpoint
What it does
Validates an Aadhaar number submitted in the request body. It returns a JSON object with a data boolean field indicating 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, and false indicates it is not.
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| data | Boolean | Yes | Validation result for the submitted Aadhaar number. |