Aadhaar
Verify otp
This endpoint is used to verify Aadhaar otp generated for registration using Aadhaar.
POST
/
abdm
/
v1
/
registration
/
aadhaar
/
verify
Authorizations
auth
string
headerrequiredThe API requires the following auth in headers for authentication.
Body
application/json
mobile
string
required10 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
requiredOTP received on the mobile number.
txn_id
string
requiredTransaction 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.