API Documentation

This API helps to get the Aadhaar OTP.

The Aadhaar number is a unique 12-digit identifier used to verify an individual’s identity. Aadhaar Verification is a crucial part of the customer onboarding process for various platforms such as NBFCs, banks, lending companies, and insurance companies. Use the Generate OTP to Verify Aadhaar (Aadhaar Verification API) to generate an OTP for a given Aadhaar number. The OTP will be sent to the mobile number linked with the Aadhaar.

Authorization

Authorization will be of Basic Type. Key Value and Secret Value shall be entered as authorization tokens.

Key Valuehylo_1242_bf18f7c9e196ae89
Secret Value$2a$10$vhAGOlRBeAkMN9w5DpKIJ.bvF

Sample Request

{
  "AadhaarNumber":"784673147591",
  "Name":"RajKumar"
}

Sample Response

{
    "Code": "0",
    "Message": "Aadhaar otp sent successfully",
    "Status": "APPROVED",
    "OTPRequestID": "4ace5341-22f7-4891-a545",
    "AccessKey": "4ace5341-22f7-4891-a545"
}

Questions? Contact Us 📧 [email protected]

Language
Authorization
Basic
base64
:
URL
Click Try It! to start a request and see the response here!