{ "opencollection": "1.0.0", "info": { "name": "Swell Backend Account Addresses Gift Cards API", "version": "2025-01" }, "request": { "auth": { "type": "apikey", "key": "X-Store-Id", "value": "{{X-Store-Id}}", "placement": "header" } }, "items": [ { "info": { "name": "Gift Cards", "type": "folder" }, "items": [ { "info": { "name": "List Gift Cards", "type": "http" }, "http": { "method": "GET", "url": "https://api.swell.store/giftcards" }, "docs": "List Gift Cards" }, { "info": { "name": "Create Gift Card", "type": "http" }, "http": { "method": "POST", "url": "https://api.swell.store/giftcards", "body": { "type": "json", "data": "{}" } }, "docs": "Create Gift Card" }, { "info": { "name": "Retrieve Gift Card", "type": "http" }, "http": { "method": "GET", "url": "https://api.swell.store/giftcards/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The object ID of the resource." } ] }, "docs": "Retrieve Gift Card" }, { "info": { "name": "Update Gift Card", "type": "http" }, "http": { "method": "PUT", "url": "https://api.swell.store/giftcards/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The object ID of the resource." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Gift Card" }, { "info": { "name": "Retrieve Gift Card Balance", "type": "http" }, "http": { "method": "GET", "url": "https://api.swell.store/api/giftcards/:code", "params": [ { "name": "code", "value": "", "type": "path" } ] }, "docs": "Retrieve Gift Card Balance" } ] } ], "bundled": true }