Search for benefits associated with a user’s profile
It allows users to retrieve information about various benefits they are eligible for or currently enrolled in, based on their ABHA (Ayushman Bharat Health Account) profile. <strong>Successful Response </strong><br>Indicates that the request was processed correctly and the expected result was returned. this is represented by a 200 status code, meaning the operation was successful. <strong>Bad Request</strong><br>Indicates that the server cannot process the request due to a client error. The server returns a 400 status code when the request is malformed, such as missing required parameters or having invalid syntax <strong>Unauthorized</strong><br>Indicates that the request requires user authentication. The server returns a 401 status code when the client has not provided valid authentication credentials. <strong>Not Found</strong><br> Indicates that the server cannot find the requested resource. The server returns a 404 status code when the resource is not available at the given URL. <strong>Internal Server Error</strong><br>An Internal Server Error (500) indicates that the server encountered an unexpected condition that prevented it from fulfilling the request.Authorizations
Authorizationbearer tokenRequiredHeaders
REQUEST-IDstringRequiredTIMESTAMPstringRequiredBENEFIT_NAMEstringRequiredBody
scopestring[]RequiredloginHintstringRequiredloginIdstringRequiredResponses
200400401404500