{ "opencollection": "1.0.0", "info": { "name": "Scalable Press Billing API", "version": "2.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Billing", "type": "folder" }, "items": [ { "info": { "name": "List invoices", "type": "http" }, "http": { "method": "GET", "url": "https://api.scalablepress.com/v2/billing/invoice" }, "docs": "Lists the billing invoices on the account." }, { "info": { "name": "Retrieve invoice", "type": "http" }, "http": { "method": "GET", "url": "https://api.scalablepress.com/v2/billing/invoice/:invoiceId", "params": [ { "name": "invoiceId", "value": "", "type": "path", "description": "The ID of the invoice." } ] }, "docs": "Retrieves a single invoice by its ID." }, { "info": { "name": "Pay invoice with PayPal", "type": "http" }, "http": { "method": "POST", "url": "https://api.scalablepress.com/v2/billing/invoice/:invoiceId/pay/paypal", "params": [ { "name": "invoiceId", "value": "", "type": "path", "description": "The ID of the invoice." } ] }, "docs": "Pays an invoice via PayPal." } ] } ], "bundled": true }