cURL
curl --request GET \ --url https://api.decodahealth.com/internal-billing/usage/daily \ --header 'API-KEY: <api-key>' \ --header 'TENANT: <tenant>'
{ "items": [ { "date": "<string>", "quantity": 123, "description": "<string>", "unitPrice": 123, "amount": 123, "pricingId": "<string>" } ], "freeUsage": [ { "quantity": 123, "description": "<string>" } ] }
The tenant you are making this request on behalf of
Your api key
Start date for the pricing period
End date for the pricing period
Successful Response
Show child attributes