POST
/
abdm
/
v1
/
registration
/
aadhaar
/
verify

Authorizations

auth
string
headerrequired

The API requires the following auth in headers for authentication.

Body

application/json
mobile
string
required

10 digit mobile number to be linked with ABHA, this mobile number can be different from the mobile number linked with the Aadhaar. ABHA Created will be linked with this mobile number.

otp
string
required

OTP received on the mobile number.

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

hint
string | null

Hint for the mobile number

profile
object
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

Transaction ID required for the next API call.