{ "opencollection": "1.0.0", "info": { "name": "Bunny.net Core Platform APIKeys Billing API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "AccessKey", "value": "{{AccessKey}}", "placement": "header" } }, "items": [ { "info": { "name": "Billing", "type": "folder" }, "items": [ { "info": { "name": "Get billing details", "type": "http" }, "http": { "method": "GET", "url": "https://api.bunny.net/billing" }, "docs": "Get billing details" }, { "info": { "name": "Get billing summary", "type": "http" }, "http": { "method": "GET", "url": "https://api.bunny.net/billing/summary" }, "docs": "Get billing summary" }, { "info": { "name": "Get pending payment requests", "type": "http" }, "http": { "method": "GET", "url": "https://api.bunny.net/billing/paymentRequests" }, "docs": "Get pending payment requests" } ] } ], "bundled": true }