{ "opencollection": "1.0.0", "info": { "name": "Cumulocity Alarm Alarms Tokens API", "version": "10.20.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Tokens", "type": "folder" }, "items": [ { "info": { "name": "Create a Subscription Token", "type": "http" }, "http": { "method": "POST", "url": "https://{tenant}.cumulocity.com/notification2/token", "body": { "type": "json", "data": "{}" } }, "docs": "Create a Subscription Token" }, { "info": { "name": "Unsubscribe (Invalidate Token)", "type": "http" }, "http": { "method": "POST", "url": "https://{tenant}.cumulocity.com/notification2/unsubscribe", "body": { "type": "json", "data": "{}" } }, "docs": "Unsubscribe (Invalidate Token)" } ] } ], "bundled": true }