Categories
Utility APIs
  • No APIs yet
WhatsApp APIs
  • No APIs yet
SMS APIs
  • No APIs yet
Email APIs
  • No APIs yet
Business APIs
  • No APIs yet
Payment APIs
  • No APIs yet
BANKING SERVICES
Recharge APIs
  • No APIs yet
Electricity Service
  • No APIs yet
KYC APIs

Aadhaar Verification (OTP Request)

Endpoint Version: 1.0.0 | Cost: ₹2.00 per call

Endpoint Route
POST https://api.rsprint.site/api/v1/gateway/aadhaar-otp
Description

Initiate Aadhaar Verification process by requesting an OTP sent to the linked mobile number.

Request Headers
Header Name Value / Type Description
Content-Type string application/json
X-API-Key string your_api_key
Request Parameters (JSON Body)
Parameter Name Required Type Constraint
aadhaar string 12-digit Aadhaar Number
Response Headers
Header Sample Value
Content-Type application/json; charset=utf-8
X-Execution-Time-Ms 45.82 ms
Error Codes mapping
Error Code Description / Scenario
INVALID_AADHAAR The Aadhaar number is invalid.
GATEWAY_TIMEOUT The verification partner endpoint was unreachable.
Code Integration
cURL Request Shell

            
Sample Success Response
{
    "status": "success",
    "message": "OTP sent to registered mobile ending with XXXX-1234",
    "data": {
        "reference_id": "ref_987654321"
    }
}
Sample Error Response
{
    "status": "error",
    "message": "Invalid Aadhaar number"
}