{ "opencollection": "1.0.0", "info": { "name": "Vantage AccessGrants CostService API", "version": "2.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://console.vantage.sh/account/profile", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "CostService", "type": "folder" }, "items": [ { "info": { "name": "Get cost services", "type": "http" }, "http": { "method": "GET", "url": "https://api.vantage.sh/v2/cost_services", "params": [ { "name": "workspace_token", "value": "", "type": "query", "description": "The token of the Workspace to list CostServices for. Required if the API token is associated with multiple Workspaces." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://console.vantage.sh/account/profile", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "List CostServices available to query in a given Workspace." } ] } ], "bundled": true }