{ "opencollection": "1.0.0", "info": { "name": "Cube Agents permissionsets API", "version": "1.0.0 (1.0)" }, "items": [ { "info": { "name": "permissionsets", "type": "folder" }, "items": [ { "info": { "name": "permissionsets_list", "type": "http" }, "http": { "method": "GET", "url": "https://api.cubesoftware.com/permissionsets", "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": "Default authenticated ViewSet with standard rate limit (DEFAULT_API_RATE_LIMIT)." }, { "info": { "name": "permissionsets_retrieve", "type": "http" }, "http": { "method": "GET", "url": "https://api.cubesoftware.com/permissionsets/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "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": "Default authenticated ViewSet with standard rate limit (DEFAULT_API_RATE_LIMIT)." } ] } ], "bundled": true }