cURL
curl --request POST \ --url https://api.eka.care/abdm/na/v1/profile/login/init \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "identifier": "9876543210", "method": "mobile" }'
{ "hint": "<string>", "txn_id": "<string>" }
Generates an OTP for login. Supports login via Aadhaar number, mobile number, ABHA number, and ABHA address.
The API requires a Bearer token (JWT) for authentication.
Partner user ID
Partner HIP ID
OK
The response is of type object.
object
Was this page helpful?