cURL
curl --request POST \ --url https://api.eka.care/abdm/v1/hpr/aadhaar/demo/verify \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "mobile_num": "<string>", "txn_id": "<string>" } '
{ "data": { "error_code": "<unknown>", "hpr": { "hprId": "<string>" }, "reason": "<unknown>", "suggested_hpr_ids": [ "<string>" ], "txnId": "<string>", "uidai_token": "<unknown>", "verified": true }, "error": "<unknown>", "success": true }
Verify Aadhaar Linked Mobile
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?