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