{ "opencollection": "1.0.0", "info": { "name": "Holded REST Accounting API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "key", "value": "{{key}}", "placement": "header" } }, "items": [ { "info": { "name": "Accounting", "type": "folder" }, "items": [ { "info": { "name": "List daily journal entries", "type": "http" }, "http": { "method": "GET", "url": "https://api.holded.com/api/accounting/v1/dailyjournal" }, "docs": "List daily journal entries" }, { "info": { "name": "Create a journal entry", "type": "http" }, "http": { "method": "POST", "url": "https://api.holded.com/api/accounting/v1/dailyjournal" }, "docs": "Create a journal entry" } ] } ], "bundled": true }