POST
/
abdm
/
v1
/
session
/
init
curl --request POST \
  --url https://api.eka.care/abdm/v1/session/init \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "abha_address": "sudo@abdm"
}'
{
  "txn_id": "<string>"
}

Authorizations

Authorization
string
header
required

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

Body

application/json
abha_address
string
required

Abha Address to generate user session token.

Response

200
application/json
OK
txn_id
string

Transaction ID required for the next API call.