Search for payers by name, ID, or alias.
SearchPayers_example1
response shows the results of a basic search for the query string “Blue Cross”. The URL for this request is https://healthcare.us.stedi.com/2024-04-01/payers/search?query=Blue%20Cross
.SearchPayers_example2
response shows the results of a more advanced search that includes a query string for “Blue Cross”, plus additional query parameters that filter for payers supporting eligibility checks and real-time claim status. The URL for this request is https://healthcare.us.stedi.com/2024-04-01/payers/search?query=Blue%20Cross&eligibilityCheck=SUPPORTED&claimStatus=SUPPORTED
. In the stats
object, the summary counts of payers matching the search criteria are fewer than the summary counts for the basic search. This is because the advanced search only returns payers that support both eligibility checks and claim status, while the basic search returns all payers, regardless of the transaction types they support.A Stedi API Key for authentication.
The maximum number of elements to return in a page. If not specified, the default is 20.
10 <= x <= 100
An opaque token returned by a previous call to this endpoint in the nextPageToken
property. You can use it to request the next page of results. If not specified, Stedi returns the first page of results.
1 - 1024
The query Stedi will use to search the Payer Network database. You can supply a payer's name, ID, or alias. The query is case-insensitive, and fuzzy matching is supported. For example, cig
, 62308
, and SX071
all return Cigna in the results. If not provided, the other search options are used to conduct the search.
Filter for matching payers with the specified 270 eligibility checks support. When combined with other transaction filters, payers must satisfy all specified criteria to be included in results.
SUPPORTED
, NOT_SUPPORTED
, ENROLLMENT_REQUIRED
, EITHER
Filter for matching payers with the specified 276/277 real-time claim status checks support. When combined with other transaction filters, payers must satisfy all specified criteria to be included in results.
SUPPORTED
, NOT_SUPPORTED
, ENROLLMENT_REQUIRED
, EITHER
Filter for matching payers with the specified 837 professional claims support. When combined with other transaction filters, payers must satisfy all specified criteria to be included in results.
SUPPORTED
, NOT_SUPPORTED
, ENROLLMENT_REQUIRED
, EITHER
Filter for matching payers with the specified 837 dental claims support. When combined with other transaction filters, payers must satisfy all specified criteria to be included in results.
SUPPORTED
, NOT_SUPPORTED
, ENROLLMENT_REQUIRED
, EITHER
Filter for matching payers with the specified 837 institutional claims support. When combined with other transaction filters, payers must satisfy all specified criteria to be included in results.
SUPPORTED
, NOT_SUPPORTED
, ENROLLMENT_REQUIRED
, EITHER
Filter for matching payers with the specified 835 Electronic Remittance Advice (ERA) support. When combined with other transaction filters, payers must satisfy all specified criteria to be included in results.
SUPPORTED
, NOT_SUPPORTED
, ENROLLMENT_REQUIRED
, EITHER
Filter for matching payers with the specified coordination of benefits (COB) checks support. When combined with other transaction filters, payers must satisfy all specified criteria to be included in results.
SUPPORTED
, NOT_SUPPORTED
, ENROLLMENT_REQUIRED
, EITHER
Filter for matching payers with the specified unsolicited 275 claim attachments support. When combined with other transaction filters, payers must satisfy all specified criteria to be included in results.
SUPPORTED
, NOT_SUPPORTED
, ENROLLMENT_REQUIRED
, EITHER
Filter for matching payers that provide all of the specified coverage types. For example, setting this array to ["medical", "dental"]
returns only payers who provide both medical and dental coverage.
SearchPayers 200 response
Common output structure for list operations with pagination support.