{ "opencollection": "1.0.0", "info": { "name": "Kong Enterprise Admin ACLs Notifications API", "version": "3.14.0" }, "request": { "auth": { "type": "apikey", "key": "Kong-Admin-Token", "value": "{{Kong-Admin-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Notifications", "type": "folder" }, "items": [ { "info": { "name": "List available user configurations", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}:{port}{path}/v1/notifications/configurations", "params": [ { "name": "filter", "value": "", "type": "query", "description": "Filters a collection of configurations." } ] }, "docs": "List available user configurations." }, { "info": { "name": "List event subscriptions", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}:{port}{path}/v1/notifications/configurations/:eventId/subscriptions", "params": [ { "name": "eventId", "value": "", "type": "path", "description": "Formatted string ID of the notification event." } ] }, "docs": "List event subscriptions." }, { "info": { "name": "Create a new subscription for an event", "type": "http" }, "http": { "method": "POST", "url": "{protocol}://{hostname}:{port}{path}/v1/notifications/configurations/:eventId/subscriptions", "params": [ { "name": "eventId", "value": "", "type": "path", "description": "Formatted string ID of the notification event." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new subscription for an event." }, { "info": { "name": "Get subscription for an event", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}:{port}{path}/v1/notifications/configurations/:eventId/subscriptions/:subscriptionId", "params": [ { "name": "eventId", "value": "", "type": "path", "description": "Formatted string ID of the notification event." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "Subscription ID of the user configuration." } ] }, "docs": "Get subscription for an event." }, { "info": { "name": "Update subscription for an event", "type": "http" }, "http": { "method": "PATCH", "url": "{protocol}://{hostname}:{port}{path}/v1/notifications/configurations/:eventId/subscriptions/:subscriptionId", "params": [ { "name": "eventId", "value": "", "type": "path", "description": "Formatted string ID of the notification event." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "Subscription ID of the user configuration." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update subscription for an event." }, { "info": { "name": "Delete subscription associated with event", "type": "http" }, "http": { "method": "DELETE", "url": "{protocol}://{hostname}:{port}{path}/v1/notifications/configurations/:eventId/subscriptions/:subscriptionId", "params": [ { "name": "eventId", "value": "", "type": "path", "description": "Formatted string ID of the notification event." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "Subscription ID of the user configuration." } ] }, "docs": "Delete subscription associated with event." }, { "info": { "name": "List available notifications", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}:{port}{path}/v1/notifications/inbox", "params": [ { "name": "page[before]", "value": "", "type": "query", "description": "Request the next page of data, starting with the item before this parameter." }, { "name": "page[after]", "value": "", "type": "query", "description": "Request the next page of data, starting with the item after this parameter." }, { "name": "filter", "value": "", "type": "query", "description": "Filters a collection of notifications." } ] }, "docs": "List available notifications." }, { "info": { "name": "Get notification details", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}:{port}{path}/v1/notifications/inbox/:notificationId", "params": [ { "name": "notificationId", "value": "", "type": "path", "description": "ID of the notification." } ] }, "docs": "Get notification details." }, { "info": { "name": "Update notification", "type": "http" }, "http": { "method": "PATCH", "url": "{protocol}://{hostname}:{port}{path}/v1/notifications/inbox/:notificationId", "params": [ { "name": "notificationId", "value": "", "type": "path", "description": "ID of the notification." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update notification." }, { "info": { "name": "Delete notification", "type": "http" }, "http": { "method": "DELETE", "url": "{protocol}://{hostname}:{port}{path}/v1/notifications/inbox/:notificationId", "params": [ { "name": "notificationId", "value": "", "type": "path", "description": "ID of the notification." } ] }, "docs": "Delete notification." }, { "info": { "name": "Mark a list of notifications to a status", "type": "http" }, "http": { "method": "POST", "url": "{protocol}://{hostname}:{port}{path}/v1/notifications/inbox/bulk", "body": { "type": "json", "data": "{}" } }, "docs": "Mark a list of notifications to a status." } ] } ], "bundled": true }