Skip to main content
GET
/
api
/
v2
/
clearinghouse
/
payers
/
search
Search payers
curl --request GET \
  --url https://api.example.com/api/v2/clearinghouse/payers/search
{
  "payers": [
    {
      "payer": {
        "stediId": "<string>",
        "displayName": "<string>",
        "primaryPayerId": "<string>",
        "aliases": [
          "<string>"
        ],
        "names": [
          "<string>"
        ]
      },
      "score": 123
    }
  ]
}

Query Parameters

query
string
required

The search query (e.g. name, ID, etc.) for the payer.

Response

Successfully retrieved the list of payers.

Successfully retrieved the list of payers.

payers
object[]
required