Skip to main content
GET
Get Benefit Verification Route
Retrieve details of a specific benefit verification request.

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Response

Successfully returned a benefit verification

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
ApiError · object
data
GetBenefitVerificationResponseData · object

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