{ "opencollection": "1.0.0", "info": { "name": "Tabs Platform BillingTerms Invoices API", "version": "3" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Invoices", "type": "folder" }, "items": [ { "info": { "name": "List invoices", "type": "http" }, "http": { "method": "GET", "url": "https://api.tabsplatform.com/invoices" }, "docs": "List invoices" }, { "info": { "name": "Get invoice by ID", "type": "http" }, "http": { "method": "GET", "url": "https://api.tabsplatform.com/customers/:customerId/invoices/:invoiceId", "params": [ { "name": "customerId", "value": "", "type": "path" }, { "name": "invoiceId", "value": "", "type": "path" } ] }, "docs": "Get invoice by ID" }, { "info": { "name": "Download invoice PDF", "type": "http" }, "http": { "method": "GET", "url": "https://api.tabsplatform.com/customers/:customerId/invoices/:invoiceId/pdf", "params": [ { "name": "customerId", "value": "", "type": "path" }, { "name": "invoiceId", "value": "", "type": "path" } ] }, "docs": "Download invoice PDF" }, { "info": { "name": "Perform invoice action", "type": "http" }, "http": { "method": "POST", "url": "https://api.tabsplatform.com/customers/:customerId/invoices/:invoiceId/actions", "params": [ { "name": "customerId", "value": "", "type": "path" }, { "name": "invoiceId", "value": "", "type": "path" } ] }, "docs": "Perform invoice action" } ] } ], "bundled": true }