Skip to main content

Other operations

Search ABHA account existence

Verify the existence of an Ayushman Bharat Health Account (ABHA) before proceeding with the OTP request for ABHA login.

POST/abha/api/v3/profile/login/search

The request body must include the abhaNumber, which the user should provide. If the specified abhaNumber exists, the response will contain the basic details of the corresponding ABHA account.

Authorizations

Authorizationbearer tokenRequired

Headers

REQUEST-IDstringRequired
TIMESTAMPstringRequired

Body

ABHANumberstringRequired

Responses

200

Successfully retrieved ABHA details.

400

Invalid ABHA number.

Error codes for this module

401

Missing Credentials.

Everything returns 401

404

User not found.

Error codes for this module

500

Internal Server Error.

Error codes for this module