Skip to main content
POST
Record Approval for Prior Authorization.

Authorizations

Authorization
string
header
required

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

Path Parameters

prior_authorization_id
string
required

Body

application/json
reference_number
string | null

Authorization reference number

approved_start_date
string<date> | null

Approved start date

approved_end_date
string<date> | null

Approved end date

approved_treatment_codes
V1RecordApprovedTreatmentCodeCreate · object[]

List of approved treatment codes

approval_letter_file_ids
string<uuid>[] | null

List of approval letter file IDs to trigger OCR. Mutually exclusive with manual approval details.

Response

OK