cURL
curl --request GET \ --url https://api.decodahealth.com/analytics/dashboards/provider-earnings/provider-item-category-payments \ --header 'API-KEY: <api-key>' \ --header 'TENANT: <tenant>'
{ "data": [ { "paymentId": "<string>", "amount": 123, "tips": 123, "refunds": 123, "createdDate": "2023-11-07T05:31:56Z", "chargeId": "<string>", "patientId": "<string>", "patientFirstName": "<string>", "patientLastName": "<string>", "locationId": "<string>", "locationName": "<string>" } ], "total": 123 }
Get all payments for a specific item category for a provider (or None for unassigned provider) with proportional attribution
The tenant you are making this request on behalf of
Your api key
x >= 1
1 <= x <= 100
asc
desc
Successful Response
Show child attributes