POST
/
abdm
/
na
/
v1
/
profile
/
login
/
verify
curl --request POST \
  --url https://api.eka.care/abdm/na/v1/profile/login/verify \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "otp": "<string>",
  "txn_id": "<string>"
}'
{
  "abha_profiles": [
    {
      "abha_address": "<string>",
      "name": "<string>"
    }
  ],
  "eka": {
    "min_token": "<string>",
    "oid": null,
    "uuid": null
  },
  "hint": "<string>",
  "profile": {
    "abha_address": "shyam@abdm",
    "abha_number": "12-3456-7856-8912",
    "address": null,
    "day_of_birth": null,
    "first_name": null,
    "gender": "M",
    "kyc_verified": null,
    "last_name": null,
    "middle_name": null,
    "mobile": null,
    "month_of_birth": null,
    "pincode": null,
    "year_of_birth": null
  },
  "skip_state": "<string>",
  "txn_id": "<string>"
}

Authorizations

Authorization
string
header
required

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

Body

application/json
otp
string

Otp received in the user mobile no.

txn_id
string

Transaction id received in the previous api response

Response

200
application/json
OK
abha_profiles
object[]
eka
object
hint
string
profile
object
skip_state
string
txn_id
string