{ "opencollection": "1.0.0", "info": { "name": "Fastly Account ACL Notification Service API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Fastly-Key", "value": "{{Fastly-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Notification Service", "type": "folder" }, "items": [ { "info": { "name": "List Notification Integrations", "type": "http" }, "http": { "method": "GET", "url": "https://api.fastly.com/notifications/integrations" }, "docs": "List Notification Integrations" }, { "info": { "name": "Create Notification Integration", "type": "http" }, "http": { "method": "POST", "url": "https://api.fastly.com/notifications/integrations" }, "docs": "Create Notification Integration" }, { "info": { "name": "Get Notification Integration", "type": "http" }, "http": { "method": "GET", "url": "https://api.fastly.com/notifications/integrations/:integration_id", "params": [ { "name": "integration_id", "value": "", "type": "path" } ] }, "docs": "Get Notification Integration" }, { "info": { "name": "Delete Notification Integration", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.fastly.com/notifications/integrations/:integration_id", "params": [ { "name": "integration_id", "value": "", "type": "path" } ] }, "docs": "Delete Notification Integration" } ] } ], "bundled": true }