{ "opencollection": "1.0.0", "info": { "name": "Swell Backend Account Addresses Account Session API", "version": "2025-01" }, "request": { "auth": { "type": "apikey", "key": "X-Store-Id", "value": "{{X-Store-Id}}", "placement": "header" } }, "items": [ { "info": { "name": "Account Session", "type": "folder" }, "items": [ { "info": { "name": "Log In", "type": "http" }, "http": { "method": "POST", "url": "https://api.swell.store/api/account/login", "body": { "type": "json", "data": "{}" } }, "docs": "Log In" }, { "info": { "name": "Log Out", "type": "http" }, "http": { "method": "POST", "url": "https://api.swell.store/api/account/logout" }, "docs": "Log Out" }, { "info": { "name": "Send Account Recovery Email", "type": "http" }, "http": { "method": "POST", "url": "https://api.swell.store/api/account/recover", "body": { "type": "json", "data": "{}" } }, "docs": "Send Account Recovery Email" }, { "info": { "name": "Reset Account Password", "type": "http" }, "http": { "method": "PUT", "url": "https://api.swell.store/api/account/recover/:key", "params": [ { "name": "key", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Reset Account Password" } ] } ], "bundled": true }