Skip to main content

Get user profile details

Manage ABHA (Ayushman Bharat Health Account) profiles. It allows users to fetch the user profile, ensuring that their details are accurate and up-to-date.

GET/abha/api/v3/profile/account

This is essential for maintaining the integrity and security of the user’s health records.

Authorizations

Authorizationbearer tokenRequired

Headers

X-tokenstringRequired
REQUEST-IDstringRequired
TIMESTAMPstringRequired

Responses

200

The account information was successfully retrieved or updated.

400

Indicates various errors encountered during the account management process, such as invalid identifiers or missing parameters.

Error codes for this module

401

The request was unauthorized. This can occur due to invalid credentials or token.

Everything returns 401

500

Internal Server Error

Error codes for this module