POST
/
abdm
/
v1
/
registration
/
mobile
/
login

Authorizations

Authorization
string
header
required

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

Body

application/json
abha_address
string
required

ABHA address used for login.

txn_id
string
required

Transaction ID received in the previous API response.

Response

200 - application/json
eka
object

Eka IDs, will be present if SkipState is abha_end

profile
object

Profile of the user, will be present if SkipState is abha_end

refresh_token
string | null

Refresh token for the user, will be present if SkipState is abha_end

skip_state
enum<string>
Available options:
abha_end,
confirm_mobile_otp,
abha_select,
abha_create
token
string | null

Access token for the user, will be present if SkipState is abha_end

txn_id
string