cURL
curl --request GET \ --url https://api.decodahealth.com/analytics/dashboards/provider-earnings/provider-earnings-group-summaries \ --header 'API-KEY: <api-key>' \ --header 'TENANT: <tenant>'
[ { "groupKey": "<string>", "totalSold": 123, "totalDiscounts": 123, "totalTips": 123, "totalVoidAdjustments": 123, "totalTaxes": 123, "totalOutstandingBalances": 123, "totalRefunds": 123, "totalEarnings": 123, "uniquePatients": 123, "uniqueLocations": 123 } ]
Get summary data for each group
The tenant you are making this request on behalf of
Your api key
location
date
Successful Response