Payer Finder Query Parameters
You can search using any of the preceding query parameters. You can string together multiple values for the same parameter.
- Create an
OR
clause so that the preceding fields return the records with a Claims or Eligibility service name:
Eligibility ServiceName
/payers?serviceName=Claims&serviceName=Eligibility
- Sort using the field name and
asc
ordesc
separated by a comma (,) symbol assigned to the sort parameter:
Text
/payers?serviceName=Claims&sort=lineOfBusiness,asc
- Control how many records and which to start from, using the size and start parameters:
Text
/payers?businessName=aetna&size=25&start=50
This query returns 25 records having businesName with aetna starting with record number 50.
Updated 4 months ago