{ "opencollection": "1.0.0", "info": { "name": "Acquia DAM (Widen) Acquia-DAM-Webhooks API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Acquia-DAM-Webhooks", "type": "folder" }, "items": [ { "info": { "name": "List Assets webhooks", "type": "http" }, "http": { "method": "GET", "url": "https://api.widencollective.com/v2/webhooks/configurations", "params": [ { "name": "limit", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" } ] }, "docs": "List Assets webhooks" }, { "info": { "name": "Create an Assets webhook", "type": "http" }, "http": { "method": "POST", "url": "https://api.widencollective.com/v2/webhooks/configurations", "body": { "type": "json", "data": "{}" } }, "docs": "Create an Assets webhook" }, { "info": { "name": "Retrieve an Assets webhook", "type": "http" }, "http": { "method": "GET", "url": "https://api.widencollective.com/v2/webhooks/configurations/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieve an Assets webhook" }, { "info": { "name": "Edit an Assets webhook", "type": "http" }, "http": { "method": "PUT", "url": "https://api.widencollective.com/v2/webhooks/configurations/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "patch", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Edit an Assets webhook" }, { "info": { "name": "Delete an Assets webhook", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.widencollective.com/v2/webhooks/configurations/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete an Assets webhook" }, { "info": { "name": "Ping an Assets webhook", "type": "http" }, "http": { "method": "GET", "url": "https://api.widencollective.com/v2/webhooks/configurations/:id/ping", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Ping an Assets webhook" } ] } ], "bundled": true }