cURL
curl --request GET \ --url https://api.decodahealth.com/dashboard/over-time \ --header 'API-KEY: <api-key>' \ --header 'TENANT: <tenant>'
[ { "weekLabel": "<string>", "chargeStatus": "<string>", "totalAmount": 123, "count": 123 } ]
Get charges over time grouped by charge status and week. Week label reflects the actual applicable week range (e.g., “2024-04-08 to 2024-04-14”).
The tenant you are making this request on behalf of
Your api key
asc
desc
Successful Response