Skip to main content
GET
Get Prior Auth Submission By Id
Retrieve details of a specific prior authorization request.

Response handling

Use data.status for the overall PA lifecycle and the activity, outcome, and nested fields for more specific signals. See Prior Authorization Response Handling for lifecycle states, activity semantics, request error codes, terminal exceptions, and recommended caller behavior.

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 prior authorization

Represents the response structure for a GET /prior-authorization/:id request.

This class extends the generic ApiResponse, specifically tailored to handle responses related to prior authorizations. 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
Data · object

Contains the data from your prior authorization request, or None if an error occurred.