{ "opencollection": "1.0.0", "info": { "name": "lexoffice (lexware Office) Public Contacts Down Payment Invoices API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Down Payment Invoices", "type": "folder" }, "items": [ { "info": { "name": "Retrieve a down payment invoice", "type": "http" }, "http": { "method": "GET", "url": "https://api.lexware.io/v1/down-payment-invoices/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The UUID of the resource." } ] }, "docs": "Retrieve a down payment invoice" } ] } ], "bundled": true }