{ "opencollection": "1.0.0", "info": { "name": "Givebutter Campaigns Transactions API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Transactions", "type": "folder" }, "items": [ { "info": { "name": "List transactions", "type": "http" }, "http": { "method": "GET", "url": "https://api.givebutter.com/v1/transactions", "params": [ { "name": "per_page", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" } ] }, "docs": "List transactions" }, { "info": { "name": "Create a transaction", "type": "http" }, "http": { "method": "POST", "url": "https://api.givebutter.com/v1/transactions", "body": { "type": "json", "data": "{}" } }, "docs": "Create a transaction" }, { "info": { "name": "Get a transaction", "type": "http" }, "http": { "method": "GET", "url": "https://api.givebutter.com/v1/transactions/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a transaction" } ] } ], "bundled": true }