Mobile
Create
This API is used to create a new ABHA address for the user.
POST
/
abdm
/
v1
/
registration
/
mobile
/
create
Authorizations
auth
string
headerrequiredThe API requires the following auth in headers for authentication.
Body
application/json
abha_address
string
requiredThe ABHA address to be created for the user.
txn_id
string
requiredTransaction ID received in the previous API response.
profile
object
Response
200 - application/json
eka
object
Eka IDs, will be present if SkipState is abha_end
profile
object
refresh_token
string | null
Refresh token for the user
skip_state
enum<string>
Available options:
abha_end
, confirm_mobile_otp
, abha_select
, abha_create
success
boolean
Indicates whether the API response is successful
token
string | null
Access token for the user, will be present if SkipState is abha_end