Skip to main content
POST
/
v2
/
ekyc
/
aadhaar
/
generate-otp
Aadhaar Ekyc Generate Otp
curl --request POST \
  --url https://production.deepvue.tech/v2/ekyc/aadhaar/generate-otp \
  --header 'client-id: <api-key>' \
  --header 'x-api-key: <api-key>'
{
  "code": 200,
  "timestamp": 1738332826135,
  "transaction_id": "12815fb81c084fb7a35eedc0ef1c5a84",
  "sub_code": "SUCCESS",
  "message": "OTP sent to your Registered Mobile number. Check your mobile.",
  "reference_id": "29756208"
}

Authorizations

x-api-key
string
header
required

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

client-id
string
header
required

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

Query Parameters

aadhaar_number
string
required

User's 12-digit Aadhaar number.

Y/N based on whether the customer has given consent for validating their KYC.

purpose
string
required

The purpose of the KYC check as required by regulations.

Response

OTP Sent Successfully

code
integer
required
timestamp
integer
required
transaction_id
string
required
sub_code
string
required
message
string
required
reference_id
string