cURL
curl --request GET \ --url https://api.novita.ai/openapi/v1/billing/bill/monthly/list \ --header 'Authorization: <authorization>' \ --header 'Content-Type: <content-type>'
{ "bills": [ { "userId": "<string>", "startTime": "<string>", "endTime": "<string>", "memberId": "<string>", "productName": "<string>", "productCategory": "<string>", "ownerID": "<string>", "tradeMode": "<string>", "tradeType": "<string>", "basePrice": "<string>", "billNum": "<string>", "amount": "<string>", "voucherAmount": "<string>", "payAmount": "<string>", "payAmountDisplay": "<string>", "pricePrecision": "<string>", "createTime": "<string>", "cycle": "<string>", "storageDays": "<string>" } ] }
application/json
summary
gpu
local_storage
image
Hide properties
monthly
monthly_new_buy
monthly_re_buy
monthly_re_config
Was this page helpful?