curl --request GET \
--url https://api.example.com/api/v2/clearinghouse/payers{
"payers": [
{
"stediId": "<string>",
"displayName": "<string>",
"primaryPayerId": "<string>",
"aliases": [
"<string>"
],
"names": [
"<string>"
]
}
]
}Lists all payers available for eligibility checks.
curl --request GET \
--url https://api.example.com/api/v2/clearinghouse/payers{
"payers": [
{
"stediId": "<string>",
"displayName": "<string>",
"primaryPayerId": "<string>",
"aliases": [
"<string>"
],
"names": [
"<string>"
]
}
]
}Successfully retrieved the list of payers.
Successfully retrieved the list of payers.
Show child attributes