{ "opencollection": "1.0.0", "info": { "name": "Toro Horizon360 Crews Invoices API", "version": "1.0.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.horizon360.toro.com/v1/invoices", "params": [ { "name": "status", "value": "", "type": "query" }, { "name": "customerId", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ] }, "docs": "Returns a paginated list of invoices." }, { "info": { "name": "Create Invoice", "type": "http" }, "http": { "method": "POST", "url": "https://api.horizon360.toro.com/v1/invoices", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new invoice for a customer or job." }, { "info": { "name": "Get Invoice", "type": "http" }, "http": { "method": "GET", "url": "https://api.horizon360.toro.com/v1/invoices/:invoiceId", "params": [ { "name": "invoiceId", "value": "", "type": "path" } ] }, "docs": "Retrieve a specific invoice by ID." }, { "info": { "name": "Send Invoice", "type": "http" }, "http": { "method": "POST", "url": "https://api.horizon360.toro.com/v1/invoices/:invoiceId/send", "params": [ { "name": "invoiceId", "value": "", "type": "path" } ] }, "docs": "Send an invoice to the customer via email." } ] } ], "bundled": true }