{ "opencollection": "1.0.0", "info": { "name": "Cube Agents Companies API", "version": "1.0.0 (1.0)" }, "items": [ { "info": { "name": "Companies", "type": "folder" }, "items": [ { "info": { "name": "Get Company Settings", "type": "http" }, "http": { "method": "GET", "url": "https://api.cubesoftware.com/company/settings", "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 endpoint can be used to retrieve the company-specific settings. All available settings\n will be returned.\n " }, { "info": { "name": "Update Company Settings", "type": "http" }, "http": { "method": "POST", "url": "https://api.cubesoftware.com/company/settings", "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 update the company-specific settings. Only the settings\n included in the request data will be updated.\n " }, { "info": { "name": "Get all company team members", "type": "http" }, "http": { "method": "GET", "url": "https://api.cubesoftware.com/company/team", "headers": [ { "name": "HTTP_ACCEPT", "value": "" }, { "name": "X-Company-ID", "value": "" } ], "params": [ { "name": "dimension_id", "value": "", "type": "query", "description": "Will limit the users to only those who have access to this dimension" }, { "name": "ignore_self", "value": "", "type": "query", "description": "Whether to include the user making the request or not" } ], "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 retrieves all the users who belong to a given company." } ] } ], "bundled": true }