{ "opencollection": "1.0.0", "info": { "name": "MarketMan API V3 Accounts Docs API", "version": "3.0" }, "request": { "auth": { "type": "apikey", "key": "AUTH_TOKEN", "value": "{{AUTH_TOKEN}}", "placement": "header" } }, "items": [ { "info": { "name": "Docs", "type": "folder" }, "items": [ { "info": { "name": "Get invoices/documents by document date", "type": "http" }, "http": { "method": "POST", "url": "https://api.marketman.com/v3/buyers/docs/GetDocsByDocDate", "body": { "type": "json", "data": "{}" } }, "docs": "Get invoices/documents by document date" }, { "info": { "name": "Mark documents as exported", "type": "http" }, "http": { "method": "POST", "url": "https://api.marketman.com/v3/buyers/docs/SetDocsExported", "body": { "type": "json", "data": "{}" } }, "docs": "Mark documents as exported" } ] } ], "bundled": true }