{ "opencollection": "1.0.0", "info": { "name": "FastSpring Accounts Invoices API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Invoices", "type": "folder" }, "items": [ { "info": { "name": "Create a custom invoice", "type": "http" }, "http": { "method": "POST", "url": "https://api.fastspring.com/invoices", "body": { "type": "json", "data": "{}" } }, "docs": "Create a custom invoice" }, { "info": { "name": "Retrieve an invoice", "type": "http" }, "http": { "method": "GET", "url": "https://api.fastspring.com/invoices/:invoice_id", "params": [ { "name": "invoice_id", "value": "", "type": "path" } ] }, "docs": "Retrieve an invoice" } ] } ], "bundled": true }