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