{ "opencollection": "1.0.0", "info": { "name": "vivenu access-lists transaction API", "version": "1.0.0" }, "items": [ { "info": { "name": "transaction", "type": "folder" }, "items": [ { "info": { "name": "get_transactions_public_info", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/public/transactions/:id", "params": [ { "name": "secret", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get transaction's public info" }, { "info": { "name": "get_transaction_print_data", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/transaction/:id/print/:secret", "params": [ { "name": "locale", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "path" }, { "name": "secret", "value": "", "type": "path" } ] }, "docs": "Get Transaction print data" } ] } ], "bundled": true }