Get a PA status check
Prior Authorization Status (Coming Soon)
Retrieve a Prior Authorization Status Check
Returns the current state of an asynchronous PA status check.
Only the effective processing method is returned. The requested
processing_method from POST is not echoed. If an
instant_preferred request falls back, the effective method changes
from instant to standard.
GET
Get a PA status check
Retrieve the current state and results of an asynchronous prior authorization
status check.
Reading the response
The operationstatus is one of:
pending: processing is still underway.completed: processing finished successfully.failed: processing stopped andfailure_reasonexplains why.
effective_processing_method is either instant or standard. For an
instant_preferred request, a change from instant to standard indicates
that fallback occurred.
prior_authorizations is null while processing is pending or after it fails.
When processing completes, it is an array of matching prior authorizations. An
empty array means the check completed successfully and no prior authorizations
were found; it is not an error or an inconclusive result.
Each result exposes a normalized status of approved, denied,
in_progress, or other, along with any available dates and decision notes.
Vendor case IDs, source statuses, PBM names, and medication details are not
returned.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
PA status check ID.
Minimum string length:
1