{ "opencollection": "1.0.0", "info": { "name": "Small Improvements action-item-resource email-configuration-resource API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "email-configuration-resource", "type": "folder" }, "items": [ { "info": { "name": "getConfiguration", "type": "http" }, "http": { "method": "GET", "url": "https://app.small-improvements.com/api/v2/email-configuration" }, "docs": "getConfiguration" }, { "info": { "name": "setConfiguration", "type": "http" }, "http": { "method": "PUT", "url": "https://app.small-improvements.com/api/v2/email-configuration", "body": { "type": "json", "data": "{}" } }, "docs": "setConfiguration" } ] } ], "bundled": true }