PayerList Outages
The PayerList /outages endpoint enables providers comprehensive real-time visibility into payer product outages using the stand-inReason indicator as the primary identification mechanism. The API serves as a critical operational tool for monitoring and managing product availability across healthcare systems, enabling proactive outage management and system reliability.
The API enables operational teams to:
- Providers can identify active product outages using the
stand-inReasonindicator flag - Providers can search for payer IDs for
PayerIdandAdditionalSupportedIDs - Monitor outage status across multiple healthcare systems (IMN, IEDI, EXCH, DENTAL, RPA), transaction type, and payer configuration
- Provides providers can use multiple comma separated
- Filter values function as an OR for:
transactionType,system,imnPayerId, andstandinReason
- Filter values function as an OR for:
- Support incident response with detailed outage information and affected product details
- This service is essential for maintaining service reliability and ensuring transparent communication about product availability issues.
- Filters outage fields
- Payer Outage API by multiple values on certain fields, such as
TransactionType, so that I can get a clear picture of outages with a single search
- Payer Outage API by multiple values on certain fields, such as
- Response includes the
issueStartDate - Exports outage data as CSV
Endpoints available
Outages
- The
/outagesendpoint provides comprehensive real-time visibility into payer product outages.
https://sandbox-apigw.optum.com/medicalnetwork/payerlist/v1/outages
Request examples
GET /outages?system=IMN
GET /outages?system=IMN&payerProductStandinFlag=Yes&activeStatus=Active
GET /outages?system=IMN&startDateTimeAfter=2026-07-01&startDateTimeBefore=2026-07-31
GET /outages?system=IMN&issueStartDate=2026-07-15
GET /outages?system=IMN&payerName=Aetna&transactionType=Eligibility&wildcardSearch=Yes
GET /outages?system=IMN&transactionType=Eligibility&transactionType=Claim%20Status
GET /outages?system=IMN,EXCH
GET /outages?system=IMN&imnPayerId=3510,22222
Query parameters
| Parameter | Accepted Values | Required | Description |
|---|---|---|---|
system | IMN, IEDI, EXCH, RPA, DENTAL | Yes | Filters by network system. Supports comma-separated values |
payerProductStandinFlag | Yes/No | No | Filters by standin (outage) flag |
activeStatus | Active, Inactive, Standby, Unknown | No | Filters by service availability status |
startDateTimeAfter | E.g., 2026-07-01 | No | Returns outages with a start date on or after this date |
startDateTimeBefore | E.g., 2026-07-31 | No | Return outages with a start date on or before this date Must be ≥ startDateTimeAfter |
issueStartDate | E.g. 2026-07-15 | No | Return outages starting on exactly this date |
intermittentPayerOutage | Yes/No | No | Filter by intermittent vs full outage |
transactionType |
| No | Filter by transactionType. Repeat param or comma-separated |
imnPayerId | E.g., 3510, 22222 | No | Filter by IMN Payer ID(s), supports comma-separated values |
payerName | E.g, Aetna | No | Filter by payerName, substring matchwhen wildcardSearch=Yes |
standinReason | E.g., Optum outage, Payer maintenance | No | Filter by standin reason(s), supports comma-separated values |
sort | E.g., payerName, asc | No | Sort results; repeat for multi-sort Format: field, asc|desc |
wildcardSearch | Yes/No | No | Enable/disable substring matching for text filters |
page | E.g, 1 | Page number for pagination | |
pageSize | E.g, 50 | No | Number of results per page |
exportFields | E.g, imnPayerId, payerName, activeStatus | No | Comma-separated fields to include in export Used with /outages/export endpoint |
Response example
{
"page": 1,
"pageSize": 100,
"total": 12,
"outages": [
{
"system": "IMN",
"imnPayerId": "71064",
"payerName": "HEALTHCHOICE OKLAHOMA",
"transactionType": "Claim Status",
"payerProductStandinFlag": true,
"standinReason": "",
"intermittentPayerOutage": false,
"additionalPayerIds": [],
"issueStartDate": null
},
{
"system": "IMN",
"imnPayerId": "88058",
"payerName": "MED-PAY",
"transactionType": "Claim Status",
"payerProductStandinFlag": true,
"standinReason": "Payer Maintenance",
"intermittentPayerOutage": false,
"additionalPayerIds": [
"88058",
"MEDPY"
],
"issueStartDate": null
},
{
"system": "IMN",
"imnPayerId": "14165",
"payerName": "MVP HEALTH CARE",
"transactionType": "Eligibility",
"payerProductStandinFlag": true,
"standinReason": "Payer Outage",
"intermittentPayerOutage": false,
"additionalPayerIds": [],
"issueStartDate": "2026-07-27"
},
{
"system": "IMN",
"imnPayerId": "38308",
"payerName": "Christian Brothers Services",
"transactionType": "Eligibility",
"payerProductStandinFlag": true,
"standinReason": "Payer Outage",
"intermittentPayerOutage": false,
"additionalPayerIds": [],
"issueStartDate": null
},
{
"system": "IMN",
"imnPayerId": "52189",
"payerName": "JOHNS HOPKINS HEALTHCARE / PRIORITY PARTNERS",
"transactionType": "Eligibility",
"payerProductStandinFlag": true,
"standinReason": "Intermittent Payer Outage",
"intermittentPayerOutage": true,
"additionalPayerIds": [
"11132"
],
"issueStartDate": "2026-07-27"
},
{
"system": "IMN",
"imnPayerId": "ALPBS",
"payerName": "ALBUQUERQUE PUBLIC SCHOOLS",
"transactionType": "Eligibility",
"payerProductStandinFlag": true,
"standinReason": "Payer Outage",
"intermittentPayerOutage": false,
"additionalPayerIds": [
"ALPBS"
],
"issueStartDate": "2026-07-29"
},
{
"system": "IMN",
"imnPayerId": "DEMO2",
"payerName": "DEMO HPS Payer",
"transactionType": "Eligibility",
"payerProductStandinFlag": true,
"standinReason": "",
"intermittentPayerOutage": false,
"additionalPayerIds": [],
"issueStartDate": null
},
{
"system": "IMN",
"imnPayerId": "LCNHG",
"payerName": "LINCOLN HERITAGE LIFE INSURANCE COMPANY",
"transactionType": "Eligibility",
"payerProductStandinFlag": true,
"standinReason": "Third Party Outage",
"intermittentPayerOutage": false,
"additionalPayerIds": [],
"issueStartDate": null
},
{
"system": "IMN",
"imnPayerId": "SHMS1",
"payerName": "SHARED HEALTH MISSISSIPPI",
"transactionType": "Eligibility",
"payerProductStandinFlag": true,
"standinReason": "Payer Outage",
"intermittentPayerOutage": false,
"additionalPayerIds": [],
"issueStartDate": "2026-07-27"
},
{
"system": "IMN",
"imnPayerId": "SKID0",
"payerName": "IDAHO MEDICAID",
"transactionType": "Eligibility",
"payerProductStandinFlag": true,
"standinReason": "Optum Maintenance",
"intermittentPayerOutage": false,
"additionalPayerIds": [],
"issueStartDate": "2026-07-27"
},
{
"system": "IMN",
"imnPayerId": "TEST1",
"payerName": "Testing",
"transactionType": "Eligibility",
"payerProductStandinFlag": true,
"standinReason": "",
"intermittentPayerOutage": false,
"additionalPayerIds": [],
"issueStartDate": null
},
{
"system": "DENTAL",
"imnPayerId": "65978",
"payerName": "METLIFE",
"transactionType": "Dental Claims",
"payerProductStandinFlag": true,
"standinReason": "",
"intermittentPayerOutage": false,
"additionalPayerIds": [],
"issueStartDate": null
}
],
"meta": {
"applicationMode": "cert",
"responseTime": 0.013005
}
}
Export Outages
- The
/outages/exportendpoint returns paginated results similar to theGET payersendpoint, which can be exported into a CSV format.
https://apigw.optum.com/medicalnetwork/payerlist/v1/outages/export

Outages/Export Example
Outage Identification Fields
Primary Outage Indicators (Essential for Outage Detection)
| Field | JSON Tag | Value | Outage Purpose |
|---|---|---|---|
payerProductStandinFlag | payer_product_standin_flag | Y/N (Yes/No) | PRIMARY: Indicates product outage status |
system | system | IMN, IEDI, EXCH, DENTAL, RPA | CRITICAL: Outage scope identification |
active | active | Y/N (Yes/No) | ESSENTIAL: Service availability |
payerName | payer_name | String | IMPORTANT: Human-readable outage identification |
transactionType | transaction_type | 837P, 837I, ELIGIBILITY | IMPORTANT: Affected service type |
Notes and validation rules
systemis REQUIRED — every request must include it.- Date fields strictly require YYYY-MM-DD format; datetime strings are rejected.
startDateTimeBeforemust be equal to or afterstartDateTimeAfter.transactionTypeand sort support both repeated params (&transactionType;=A&transactionType;=B) and comma-separated strings (&transactionType;=A,B).- The same multi-value behavior applies to
imnPayerIdandstandinReason. wildcardSearchdefaults toYes— substring matching is active unless explicitly set toNo.- The
/outages/exportendpoint accepts the same parameters and returns a CSV file.
Updated about 9 hours ago
Did this page help you?