cURL
curl --request POST \ --url https://api.eka.care/abdm/v1/hpr/aadhaar/verify \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "otp": "<string>", "txn_id": "<string>" } '
{ "data": { "hint": "<string>", "mobile_num": "<string>", "txn_id": "<string>" }, "error": "<unknown>", "success": true }
Verify Aadhar OTP
The API requires a Bearer token (JWT) for authentication.
Eka User ID (OID)
Partner User ID
Partner HIP ID
OK
Show child attributes
Was this page helpful?