Send Aadhaar OTP

Use this API to verify if a given Aadhaar number exists or not.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Header Parameters

NameTypeDescription
Content-TypeStringApplication/Json
AcceptStringApplication/Json
X-Qro-ApiKeyStringProvided By Qrologic
X-Qro-UserIdStringProvided By Qrologic

Request Parameters

Param NameParam TypeIs MandatoryDescription
aadhaarNumberstringYesCheck 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"
}

Body Params
string
Defaults to {"aadhaarNumber":"969264582643"}
Headers
string
required
Defaults to application/json
string
required
Defaults to application/json
string
required
Defaults to {{API KEY}}
string
required
Defaults to {USER ID}
Responses

Language
Credentials
Basic
base64
:
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json