{ "opencollection": "1.0.0", "info": { "name": "Public Imprint Customer Links Transactions API", "version": "2.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Transactions", "type": "folder" }, "items": [ { "info": { "name": "Retrieve a transaction", "type": "http" }, "http": { "method": "GET", "url": "https://dev.sbx.imprint.co/v2/transactions/:transaction_id", "params": [ { "name": "transaction_id", "value": "", "type": "path", "description": "The unique identifier for the transaction" } ] }, "docs": "Retrieves the details of an existing transaction by `id`" } ] } ], "bundled": true }