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

Response

Successfully retrieved the list of payers.

Successfully retrieved the list of payers.

payers
object[]
required