Aadhaar OTP
Generates OTP on registered mobile number linked with the Aadhaar card.
Request URL
Parameters
| Name | Type | Description |
|---|---|---|
| aadhaarNumber required | numeric | 12 Digit Aadhaar Card Number |
Request Body
application/json
{
"aadhaarNumber": "112233445566"
}
Response
200 OK
application/json
{
"success": true,
"statusCode": 1,
"message": "OTP Sent Successfully",
"data": {
"ref_id": "15665553"
}
}