cURL
curl --request GET \ --url https://api.decodahealth.com/dashboard/revenue \ --header 'API-KEY: <api-key>' \ --header 'TENANT: <tenant>'
{ "data": [ { "date": "<string>", "paymentMedium": "<string>", "totalAmount": 123, "transactionCount": 123, "averageTransaction": 123 } ] }
Get daily revenue from POS transactions over time, filtered by payment method.
The tenant you are making this request on behalf of
Your api key
asc
desc
Successful Response
Show child attributes