{ "opencollection": "1.0.0", "info": { "name": "NotificationAPI REST In-App Inbox Notifications API", "version": "2.8" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Notifications", "type": "folder" }, "items": [ { "info": { "name": "Create a subNotification", "type": "http" }, "http": { "method": "PUT", "url": "https://api.notificationapi.com/{clientId}/notifications/:notificationId/subNotifications/:subNotificationId", "params": [ { "name": "notificationId", "value": "", "type": "path", "description": "The ID of the notification in NotificationAPI." }, { "name": "subNotificationId", "value": "", "type": "path", "description": "The subNotification (subcategory) identifier." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a subNotification (a subcategory within a notification), for example a per-project or per-topic channel a user can subscribe to independently." }, { "info": { "name": "Delete a subNotification", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.notificationapi.com/{clientId}/notifications/:notificationId/subNotifications/:subNotificationId", "params": [ { "name": "notificationId", "value": "", "type": "path", "description": "The ID of the notification in NotificationAPI." }, { "name": "subNotificationId", "value": "", "type": "path", "description": "The subNotification (subcategory) identifier." } ] }, "docs": "Deletes a subNotification from a notification." } ] } ], "bundled": true }