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
}
]
}Searches for payers based on the provided search criteria.
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
}
]
}