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