cURL
curl --request GET \ --url https://api.ppio.com/openapi/v1/billing/bill/list \ --header 'Authorization: <authorization>'
{ "bills": [ { "userId": "<string>", "startTime": "<string>", "endTime": "<string>", "billingMethod": "<string>", "productName": "<string>", "category": "<string>", "ownerID": "<string>", "billNum0": "<string>", "basePrice0": "<string>", "amount": "<string>", "voucherAmount": "<string>", "payAmount": "<string>", "pricePrecision": "<string>", "productId": "<string>" } ] }
Documentation IndexFetch the complete documentation index at: https://ppio.com/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://ppio.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
隐藏 properties