Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
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.
The search query (e.g. name, ID, etc.) for the payer.
Successfully retrieved the list of payers.
Show child attributes