post https://qrologic.in/api/ekyc/v3/verify/aadhaar
Use this API to verify if a given Aadhaar number exists or not.
Header Parameters
Name | Type | Description |
---|---|---|
Content-Type | String | Application/Json |
Accept | String | Application/Json |
X-Qro-ApiKey | String | Provided By Qrologic |
X-Qro-UserId | String | Provided By Qrologic |
Request Parameters
Param Name | Param Type | Is Mandatory | Description |
---|---|---|---|
aadhaarNumber | string | Yes | Check below table for more details |
Sample Request
{"aadhaarNumber":"969264582643"}
Sample Response
{
"statuscode": "TXN",
"status": "Transaction successful",
"data": {
"request_id": "d913c244-1bcf-4d28-b279-6d86f9ec49a3",
"transaction_id": "0280e244-cdd4-4017-b5a7-71ffc3d23edb",
"status": 200,
"data": {
"code": "1001",
"message": "OTP sent to your Registered Mobile number. Check your mobile.",
"transaction_id": "0280e244-cdd4-4017-b5a7-71ffc3d23edb"
},
"timestamp": 1723183023586,
"path": "/aadhaar-api/boson/generate-otp"
},
"timestamp": "09-08-2024 11:24:15"
}