{ "opencollection": "1.0.0", "info": { "name": "WeTravel Partner Access token Transactions API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Transactions", "type": "folder" }, "items": [ { "info": { "name": "Get transaction", "type": "http" }, "http": { "method": "GET", "url": "https://api.wetravel.com/v2/transactions/:uuid", "params": [ { "name": "uuid", "value": "", "type": "path", "description": "The unique global ID of the transaction" } ] }, "docs": "Get a transaction" }, { "info": { "name": "List transactions", "type": "http" }, "http": { "method": "POST", "url": "https://api.wetravel.com/v2/transactions", "body": { "type": "json", "data": "{}" } }, "docs": "Get a list of transactions" } ] } ], "bundled": true }