{ "opencollection": "1.0.0", "info": { "name": "gitpod.v1 gitpod.v1.AccountService gitpod.v1.NotificationService API", "version": "v1.0.0" }, "items": [ { "info": { "name": "gitpod.v1.NotificationService", "type": "folder" }, "items": [ { "info": { "name": "DeleteNotifications", "type": "http" }, "http": { "method": "POST", "url": "https://api.gitpod.io/gitpod.v1.NotificationService/DeleteNotifications", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Deletes notifications." }, { "info": { "name": "ListNotifications", "type": "http" }, "http": { "method": "POST", "url": "https://api.gitpod.io/gitpod.v1.NotificationService/ListNotifications", "params": [ { "name": "pageSize", "value": "", "type": "query" }, { "name": "token", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Lists notifications for the authenticated user.\n Response includes unread_count and total_count for the inbox badge." }, { "info": { "name": "MarkNotificationsRead", "type": "http" }, "http": { "method": "POST", "url": "https://api.gitpod.io/gitpod.v1.NotificationService/MarkNotificationsRead", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Marks notifications as read." }, { "info": { "name": "MarkNotificationsUnread", "type": "http" }, "http": { "method": "POST", "url": "https://api.gitpod.io/gitpod.v1.NotificationService/MarkNotificationsUnread", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Marks notifications as unread." } ] } ], "bundled": true }