POST /api/v1/Verification/Aadhar-send-otp.php

Send Aadhaar OTP

Send OTP to Aadhaar mobile

Live API Testing

Parameters

api_key String Req
Ex: YOUR API KEY
aadhaar_number String Req
Ex: 123456789012

Success

{
    "status_code": 200,
    "status": "SUCCESS",
    "message": "OTP sent successfully",
    "data": {
        "request_id": "AAD-DEMO-987654"
    },
    "order_id": "AAD-DEMO-987654"
}

Errors

Error 400
{
    "status_code": 400,
    "status": "FAILED",
    "message": "Aadhaar number is required"
}