GET
/
benefit-verification
/
{id}

Retrieve details of a specific benefit verification request.

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

200 - application/json

Represents the response structure for a benefit verification query in a healthcare context.

This class extends the generic ApiResponse, specifically tailored to handle responses related to benefit verifications. It primarily includes the data attribute, which holds detailed information about the benefit verification process and its results.

status
default: success
Available options:
success
error
object
data
object

Represents the data the data contained in the response for a get benefit verification request.