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