{ "opencollection": "1.0.0", "info": { "name": "Hyperline Billable Events Invoices API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Invoices", "type": "folder" }, "items": [ { "info": { "name": "List invoices", "type": "http" }, "http": { "method": "GET", "url": "https://api.hyperline.co/v1/invoices" }, "docs": "List invoices" }, { "info": { "name": "Create an invoice", "type": "http" }, "http": { "method": "POST", "url": "https://api.hyperline.co/v1/invoices", "body": { "type": "json", "data": "{}" } }, "docs": "Create an invoice" }, { "info": { "name": "Retrieve an invoice", "type": "http" }, "http": { "method": "GET", "url": "https://api.hyperline.co/v1/invoices/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieve an invoice" }, { "info": { "name": "Update an invoice", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.hyperline.co/v1/invoices/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Update an invoice" }, { "info": { "name": "Charge an invoice", "type": "http" }, "http": { "method": "POST", "url": "https://api.hyperline.co/v1/invoices/:id/charge", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Charge an invoice" }, { "info": { "name": "Void an invoice", "type": "http" }, "http": { "method": "POST", "url": "https://api.hyperline.co/v1/invoices/:id/void", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Void an invoice" }, { "info": { "name": "Issue a credit note against an invoice", "type": "http" }, "http": { "method": "POST", "url": "https://api.hyperline.co/v1/invoices/:id/credit-notes", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Issue a credit note against an invoice" }, { "info": { "name": "Download an invoice PDF", "type": "http" }, "http": { "method": "GET", "url": "https://api.hyperline.co/v1/invoices/:id/download", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Download an invoice PDF" } ] } ], "bundled": true }