{ "opencollection": "1.0.0", "info": { "name": "ChartHop access notification API", "version": "V1.0.0" }, "items": [ { "info": { "name": "notification", "type": "folder" }, "items": [ { "info": { "name": "Send a email or in-app notification", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/org/:orgId/notification", "params": [ { "name": "orgId", "value": "", "type": "path", "description": "Org identifier (either id or slug)" } ] }, "docs": "Send a email or in-app notification" } ] } ], "bundled": true }