{ "opencollection": "1.0.0", "info": { "name": "Givebutter Campaigns Tickets API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Tickets", "type": "folder" }, "items": [ { "info": { "name": "List tickets", "type": "http" }, "http": { "method": "GET", "url": "https://api.givebutter.com/v1/tickets" }, "docs": "List tickets" }, { "info": { "name": "Retrieve a ticket", "type": "http" }, "http": { "method": "GET", "url": "https://api.givebutter.com/v1/tickets/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieve a ticket" } ] } ], "bundled": true }