Retrieve the benefit details associated with a specific ABHA number
Retrieve the benefit details associated with a specific ABHA (Ayushman Bharat Health Account) number.
By providing the ABHA number in the request, the API returns information about the benefits linked to that account. This includes details such as the type of benefits, eligibility, and any other relevant information associated with the ABHA number. This endpoint ensures that users can access and manage their health benefits securely and efficiently. This scenario occurs when an ABHA (Ayushman Bharat Health Account) is linked to one or multiple benefit programs. Each benefit program may offer different types of health services, financial assistance, or other healthcare-related benefits. The system ensures that the ABHA number is correctly associated with all the relevant benefit programs, allowing the user to access and manage their benefits efficiently The 401 response code indicates an unauthorized request. In this context, it refers to the lack of proper authentication The 404 response code indicates that the requested resource could not be found. In the context of searching for an ABHA (Ayushman Bharat Health Account) number using the endpoint API, this error occurs when the specified ABHA number does not exist or cannot be found in the system. <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.Authorizations
Authorizationbearer tokenRequiredPath parameters
abhanumberstringRequiredHeaders
BENEFIT_NAMEstringRequiredREQUEST-IDstringRequiredTIMESTAMPstringRequiredResponses
200401404500