{ "opencollection": "1.0.0", "info": { "name": "Cube Agents Scenarios API", "version": "1.0.0 (1.0)" }, "items": [ { "info": { "name": "Scenarios", "type": "folder" }, "items": [ { "info": { "name": "dimensions_scenarios_variance_analysis_create", "type": "http" }, "http": { "method": "POST", "url": "https://api.cubesoftware.com/dimensions/scenarios/variance-analysis", "headers": [ { "name": "X-Company-ID", "value": "" } ], "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 class exists to have a standard rate limit across all authenticated API endpoints" } ] } ], "bundled": true }