POST
/
abdm
/
na
/
v1
/
profile
/
login
/
init
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>"
}

Authorizations

Authorization
string
header
required

The API requires a Bearer token (JWT) for authentication.

Body

application/json
identifier
string

The identifier for the selected login method.

method
enum<string>

The method used for login.

Available options:
phr_address,
aadhaar_number,
abha_number,
mobile

Response

200
application/json
OK
hint
string
txn_id
string