Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
Successfully returned an clinical qualification.
Represents the response structure for a GET /prior-authorization/:id request.
This class extends the generic ApiResponse, specifically tailored to handle responses related to clinical qualifications. It primarily includes the data attribute, which holds detailed information about the benefit verification process and its results.
Available options:
success
An instance of GetClinicalQualificationResponseData containing detailed information about the prior auth, or None if no such data is available.