v1
latestOpenAPI 3.1.02026-07-2218105157.9 KBList prior authorizations
Return a paginated list of prior authorizations for your company. Filters narrow by status, decision, type, patient, servicing location, free-text patient name search, created-at date range, and expiration bucket.
Query parameters
Relations to inline in each row. Repeatable, e.g. ?expand[]=requesting_provider&expand[]=servicing_location. files is not available here — use GET /{id} with expand[]=files.
Relations to inline in each row. Repeatable, e.g. ?expand[]=requesting_provider&expand[]=servicing_location. files is not available here — use GET /{id} with expand[]=files.
Lifecycle state of a prior authorization.
Payor outcome on a decided authorization.
Authorization type.
Filter the listing by the clinic-owned completion flag.
outstanding (default) hides done authorizations; completed shows only done; all ignores completion. Request-only — not a DB enum.
Response
Successful Response
Example response
{
"data": [
{
"appeal_availability": [
{
"day": "monday",
"start": "15:00",
"end": "17:00"
}
]
}
]
}