cURL
curl --request GET \ --url https://api.decodahealth.com/internal-billing/usage/monthly \ --header 'API-KEY: <api-key>' \ --header 'TENANT: <tenant>'
[ { "date": "<string>", "quantity": 123, "description": "<string>", "unitPrice": 123, "amount": 123, "pricingId": "<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