{ "opencollection": "1.0.0", "info": { "name": "Swell Backend Addresses Account API", "version": "2025-01" }, "request": { "auth": { "type": "apikey", "key": "X-Store-Id", "value": "{{X-Store-Id}}", "placement": "header" } }, "items": [ { "info": { "name": "Account", "type": "folder" }, "items": [ { "info": { "name": "Retrieve Current Account", "type": "http" }, "http": { "method": "GET", "url": "https://api.swell.store/api/account" }, "docs": "Retrieve Current Account" }, { "info": { "name": "Create Account", "type": "http" }, "http": { "method": "POST", "url": "https://api.swell.store/api/account", "body": { "type": "json", "data": "{}" } }, "docs": "Create Account" }, { "info": { "name": "Update Current Account", "type": "http" }, "http": { "method": "PUT", "url": "https://api.swell.store/api/account", "body": { "type": "json", "data": "{}" } }, "docs": "Update Current Account" }, { "info": { "name": "List Account Addresses", "type": "http" }, "http": { "method": "GET", "url": "https://api.swell.store/api/account/addresses" }, "docs": "List Account Addresses" }, { "info": { "name": "Add Account Address", "type": "http" }, "http": { "method": "POST", "url": "https://api.swell.store/api/account/addresses", "body": { "type": "json", "data": "{}" } }, "docs": "Add Account Address" }, { "info": { "name": "Update Account Address", "type": "http" }, "http": { "method": "PUT", "url": "https://api.swell.store/api/account/addresses/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Account Address" }, { "info": { "name": "Delete Account Address", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.swell.store/api/account/addresses/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete Account Address" }, { "info": { "name": "List Saved Cards", "type": "http" }, "http": { "method": "GET", "url": "https://api.swell.store/api/account/cards" }, "docs": "List Saved Cards" }, { "info": { "name": "Tokenize Saved Card", "type": "http" }, "http": { "method": "POST", "url": "https://api.swell.store/api/account/cards", "body": { "type": "json", "data": "{}" } }, "docs": "Tokenize Saved Card" }, { "info": { "name": "Remove Saved Card", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.swell.store/api/account/cards/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Remove Saved Card" } ] } ], "bundled": true }