Profile
Profile Details
Fetches the ABHA profile of the User.
Please cache these results locally. We do not recommend calling this API on every page load. Evict the cache when there is profile update.
GET
/
abdm
/
v1
/
profile
Authorizations
auth
string
headerrequiredThe API requires the following auth in headers for authentication.
Response
200 - application/json
abha_address
string
ABHA address associated with the user.
abha_number
string | null
ABHA number assigned to the user.
address
string | null
Address of the user.
day_of_birth
integer | null
Day of birth of the user.
first_name
string | null
User's first name.
gender
enum<string>
Gender of the user (M - Male, F - Female, O - Other).
Available options:
M
, F
, O
kyc_verified
boolean | null
Indicates whether the user’s KYC is verified.
last_name
string | null
User's last name.
middle_name
string | null
User's middle name.
mobile
string | null
Mobile number of the user.
month_of_birth
integer | null
Month of birth of the user.
pincode
string | null
Pincode of the user's address.
year_of_birth
integer | null
Year of birth of the user.