{ "opencollection": "1.0.0", "info": { "name": "Cube Agents Events API", "version": "1.0.0 (1.0)" }, "items": [ { "info": { "name": "Events", "type": "folder" }, "items": [ { "info": { "name": "Events", "type": "http" }, "http": { "method": "POST", "url": "https://api.cubesoftware.com/user/event", "headers": [ { "name": "X-Company-ID", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://portal.cubesoftware.com/o/authorize/", "accessTokenUrl": "https://api.cubesoftware.com/o/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "This endpoint can be used to track generic events completed by users." } ] } ], "bundled": true }