Skip to main content
POST
/
v1
/
verification
/
bank-aadhaar-seeding
/
generate-otp
Bank Aadhaar Seeding Generate Otp
curl --request POST \
  --url https://production.deepvue.tech/v1/verification/bank-aadhaar-seeding/generate-otp \
  --header 'Authorization: Bearer <token>' \
  --header 'x-api-key: <api-key>'
{
  "code": 200,
  "timestamp": 1738007869132,
  "transaction_id": "794d863534e64702b0e908fbf6639970",
  "sub_code": "SUCCESS",
  "message": "OTP Sent Successfully",
  "data": {
    "aadhaar_number": "825323778091",
    "otp_sent": true,
    "reference_id": "aadhaar_seeding_status_uWTCaxnFXzAkaAwhimjo"
  }
}

Authorizations

Authorization
string
header
required

ACCESS_TOKEN generated from the authorize endpoint. Should be included in the header as Bearer .

x-api-key
string
header
required

The CLIENT_SECRET provided to you. This header parameter is required for authentication purposes.

Query Parameters

aadhaar_number
string
required

Response

Successful Response