Prior Auth API
Submit Prior Authorization
Transmit a previously filled fax form to the payer. Accepts the form UUID returned by Fill Prior Authorization.
Python
Authorizations
Simplex API Key
Body
application/json
UUID of the filled form, returned by Fill Prior Authorization.
Response
200 - application/json
Submit fax form response
Whether the fax was accepted for transmission.
UUID of the submitted form (echoed from the request).
Initial status after submission — typically SENT_TO_PLAN. Poll Check Status for updates.
Available options:
SENT_TO_PLAN, APPROVED, DENIED, ADDITIONAL_QUESTIONS, APPEAL When the fax was transmitted.
Previous
List Prior AuthorizationsSearch submitted prior authorizations by any combination of plan identifiers (bin, pcn, group, state), diagnosis (icd_code), or patient name. All filters are optional; omit every filter to list all PAs. Filters combine with AND semantics.
Next
Python
