cURL
curl --request POST \ --url https://api.eka.care/abdm/na/v1/registration/aadhaar/init \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "aadhaar_number": "<string>" } '
{ "hint": "<unknown>", "txn_id": "<string>" }
This endpoint is used to initiate the Aadhaar registration process.
The API requires a Bearer token (JWT) for authentication.
Eka User ID (OID)
Partner User ID
Partner HIP ID
Aadhaar Number for the abha registration
"123456789012"
OK
Hint message for the mobile number
"OTP sent successfully to your mobile number ******90973"
Transaction ID required for the next API call.
"5d060cad-a93b-4edf-p3ef-bd412f69s400"
Was this page helpful?