{ "opencollection": "1.0.0", "info": { "name": "PlanetScale Platform Backups Billing API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Billing", "type": "folder" }, "items": [ { "info": { "name": "List invoices", "type": "http" }, "http": { "method": "GET", "url": "https://api.planetscale.com/v1/organizations/:organization/invoices", "params": [ { "name": "organization", "value": "", "type": "path", "description": "The name of the organization." } ] }, "docs": "Returns a list of invoices for the specified organization. Requires OAuth or service token with billing access." } ] } ], "bundled": true }