aadhar-genrate-otp
POST
/verification/aadhaar_otp
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/verification/aadhaar_otp' \
--header 'Token: ZKEY01fbb15e8098dd8970e5c66d2' \
--header 'checkSum: af09af6eb7ae3f99f63659b2a14fba30bf743017549284e5dcb955792ed4d4b6' \
--header 'Content-Type: application/json' \
--data-raw '{
"id_number": "438735396446"
}'
Response Response Example
{
"data": {
"client_id": "aadhaar_v2_hpjiiypkzhq",
"otp_sent": true,
"if_number": true,
"valid_aadhaar": true,
"status": "generate_otp_success"
},
"status_code": 200,
"message_code": "success",
"message": "OTP Sent.",
"success": true,
"result": 0,
"msg": "success"
}
Request
Header Params
Token
string
required
Example:
ZKEY01fbb15e8098dd8970e5c66d2
checkSum
string
required
Example:
af09af6eb7ae3f99f63659b2a14fba30bf743017549284e5dcb955792ed4d4b6
Body Params application/json