Prior Auth API
List Prior Authorizations
Search 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.
Python
Authorizations
Simplex API Key
Query Parameters
Filter by pharmacy BIN (e.g. "003858").
Filter by Processor Control Number (e.g. "A4").
Filter by insurance group number (e.g. "RXINN01").
Filter by exact ICD-10 diagnosis code (e.g. "E11.9").
Filter by two-letter state code (e.g. "CA").
Filter by patient name (partial match, case-insensitive).
Python
