{ "opencollection": "1.0.0", "info": { "name": "Tabs Platform Catalog Invoices API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Invoices", "type": "folder" }, "items": [ { "info": { "name": "List invoices for a customer", "type": "http" }, "http": { "method": "GET", "url": "https://api.tabsplatform.com/customers/:customerId/invoices", "params": [ { "name": "customerId", "value": "", "type": "path" } ] }, "docs": "List invoices for a customer" }, { "info": { "name": "List invoices", "type": "http" }, "http": { "method": "GET", "url": "https://api.tabsplatform.com/invoices" }, "docs": "List invoices" }, { "info": { "name": "Get an invoice", "type": "http" }, "http": { "method": "GET", "url": "https://api.tabsplatform.com/invoices/:invoiceId", "params": [ { "name": "invoiceId", "value": "", "type": "path" } ] }, "docs": "Get an invoice" }, { "info": { "name": "Update an invoice", "type": "http" }, "http": { "method": "PUT", "url": "https://api.tabsplatform.com/invoices/:invoiceId", "params": [ { "name": "invoiceId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update invoice metadata such as PO number, memo, and external IDs." }, { "info": { "name": "Download an invoice PDF", "type": "http" }, "http": { "method": "GET", "url": "https://api.tabsplatform.com/invoices/:invoiceId/pdf", "params": [ { "name": "invoiceId", "value": "", "type": "path" } ] }, "docs": "Download an invoice PDF" }, { "info": { "name": "Perform an action on an invoice", "type": "http" }, "http": { "method": "POST", "url": "https://api.tabsplatform.com/invoices/:invoiceId/actions", "params": [ { "name": "invoiceId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Perform a lifecycle action on an invoice, such as finalize, send, void, or mark paid." } ] } ], "bundled": true }