Search ABHA profile using ABHA address
Search for ABHA (Ayushman Bharat Health Account) profiles. It allows users to retrieve information about their ABHA profiles using identifier ABHA address.
This is essential for verifying the user’s identity and ensuring secure access to their ABHA profile
<br> The 200 response code indicates a successful request. In this context, it refers to the successful retrieve of user details based on the ABHA address<br> The 400 response code signifies a bad request. In this context, it means that no user was found for the provided ABHA address. A 401 Unauthorized error occurs when a server receives a request without valid authentication credentials or with incorrect credentials. This error indicates that the server cannot authenticate the user, A 404 Not Found error occurs when a server cannot find the requested resource. This error indicates that the server is reachable, but the specific page or resource is not available <b>Internal Server Error</b><br><br> An Internal Server Error (500) indicates that the server encountered an unexpected condition that prevented it from fulfilling the request.Headers
REQUEST-IDstringRequiredTIMESTAMPstringRequiredBody
abhaAddressstringRequiredResponses
200400401404500