{ "opencollection": "1.0.0", "info": { "name": "Golioth Management Access Notifications API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Notifications", "type": "folder" }, "items": [ { "info": { "name": "Notifications_List", "type": "http" }, "http": { "method": "GET", "url": "https://api.golioth.io/v1/organizations/:organizationId/projects/:projectId/notifications", "params": [ { "name": "organizationId", "value": "", "type": "path" }, { "name": "projectId", "value": "", "type": "path" }, { "name": "scope", "value": "", "type": "query" }, { "name": "level", "value": "", "type": "query" } ] } } ] } ], "bundled": true }