{ "opencollection": "1.0.0", "info": { "name": "vivenu access-lists notifications API", "version": "1.0.0" }, "items": [ { "info": { "name": "notifications", "type": "folder" }, "items": [ { "info": { "name": "get_all_notifications", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/notifications", "params": [ { "name": "top", "value": "", "type": "query" }, { "name": "skip", "value": "", "type": "query" }, { "name": "methods", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get all notifications" }, { "info": { "name": "get_notification_settings_for_the_authenticated_user", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/notifications/preferences", "params": [ { "name": "locale", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get notification settings for the authenticated user" }, { "info": { "name": "update_notification_settings_for_the_authenticated_user", "type": "http" }, "http": { "method": "PATCH", "url": "https://vivenu.com/api/notifications/preferences", "params": [ { "name": "locale", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update notification settings for the authenticated user" }, { "info": { "name": "get_action_notification_subscription", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/action-notification/:type/:id", "params": [ { "name": "type", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Action Notification Subscription" }, { "info": { "name": "update_action_notification_subscription", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/action-notification/:type/:id", "params": [ { "name": "type", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update Action Notification Subscription" } ] } ], "bundled": true }