GET
/
clinical-qualification
/
{id}

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

200 - application/json

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.

data
object

An instance of GetClinicalQualificationResponseData containing detailed information about the prior auth, or None if no such data is available.

error
object
status
default:
success
Available options:
success