{ "opencollection": "1.0.0", "info": { "name": "Qgiv Account Settings API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "token", "value": "{{token}}", "placement": "query" } }, "items": [ { "info": { "name": "Account Settings", "type": "folder" }, "items": [ { "info": { "name": "Get organization and form settings (Confirmed)", "type": "http" }, "http": { "method": "GET", "url": "https://secure.qgiv.com/admin/api/account/settings", "body": { "type": "form-urlencoded", "data": [] } }, "docs": "Get organization and form settings (Confirmed)" }, { "info": { "name": "Update organization and form settings (Confirmed)", "type": "http" }, "http": { "method": "POST", "url": "https://secure.qgiv.com/admin/api/account/settings", "body": { "type": "form-urlencoded", "data": [] } }, "docs": "Update organization and form settings (Confirmed)" } ] } ], "bundled": true }