Skip to main content

Search for benefits associated with a user’s profile

POST/abha/api/v3/profile/benefit/search

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.

Authorizations

Authorizationbearer tokenRequired

Headers

REQUEST-IDstringRequired
TIMESTAMPstringRequired
BENEFIT_NAMEstringRequired

Body

scopestring[]Required
loginHintstringRequired
loginIdstringRequired

Responses

200

<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.

400

<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

Error codes for this module

401

<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.

Everything returns 401

404

<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.

Error codes for this module

500

<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.

Error codes for this module