{ "opencollection": "1.0.0", "info": { "name": "Fourthwall Collections Webhooks API", "version": "v1" }, "items": [ { "info": { "name": "Webhooks", "type": "folder" }, "items": [ { "info": { "name": "Get webhooks", "type": "http" }, "http": { "method": "GET", "url": "https://storefront-api.fourthwall.com/open-api/v1.0/webhooks", "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Get webhooks" }, { "info": { "name": "Create a webhook", "type": "http" }, "http": { "method": "POST", "url": "https://storefront-api.fourthwall.com/open-api/v1.0/webhooks", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Create a webhook" }, { "info": { "name": "Get a webhook", "type": "http" }, "http": { "method": "GET", "url": "https://storefront-api.fourthwall.com/open-api/v1.0/webhooks/:webhookConfigurationId", "params": [ { "name": "webhookConfigurationId", "value": "", "type": "path" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Get a webhook" }, { "info": { "name": "Update a webhook", "type": "http" }, "http": { "method": "PUT", "url": "https://storefront-api.fourthwall.com/open-api/v1.0/webhooks/:webhookConfigurationId", "params": [ { "name": "webhookConfigurationId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Update a webhook" }, { "info": { "name": "Delete a webhook", "type": "http" }, "http": { "method": "DELETE", "url": "https://storefront-api.fourthwall.com/open-api/v1.0/webhooks/:webhookConfigurationId", "params": [ { "name": "webhookConfigurationId", "value": "", "type": "path" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Delete a webhook" }, { "info": { "name": "Get webhook events", "type": "http" }, "http": { "method": "GET", "url": "https://storefront-api.fourthwall.com/open-api/v1.0/webhook-events", "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Get webhook events" } ] } ], "bundled": true }