{ "opencollection": "1.0.0", "info": { "name": "Swell Backend Account Addresses Attributes API", "version": "2025-01" }, "request": { "auth": { "type": "apikey", "key": "X-Store-Id", "value": "{{X-Store-Id}}", "placement": "header" } }, "items": [ { "info": { "name": "Attributes", "type": "folder" }, "items": [ { "info": { "name": "List Attributes", "type": "http" }, "http": { "method": "GET", "url": "https://api.swell.store/attributes" }, "docs": "List Attributes" }, { "info": { "name": "Create Attribute", "type": "http" }, "http": { "method": "POST", "url": "https://api.swell.store/attributes", "body": { "type": "json", "data": "{}" } }, "docs": "Create Attribute" }, { "info": { "name": "List Attributes", "type": "http" }, "http": { "method": "GET", "url": "https://api.swell.store/api/attributes" }, "docs": "List Attributes" } ] } ], "bundled": true }