cURL
curl --request GET \ --url https://api.decodahealth.com/forms/payers/list \ --header 'API-KEY: <api-key>' \ --header 'TENANT: <tenant>'
[ { "payerCode": "<string>", "payerName": "<string>", "isActive": true, "isSupportingEligibility": true, "isSupportingClaims": true, "isEDIPayer": true } ]
The tenant you are making this request on behalf of
Your api key
Successful Response