{ "opencollection": "1.0.0", "info": { "name": "Vantage AccessGrants CostProviderAccounts 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": "CostProviderAccounts", "type": "folder" }, "items": [ { "info": { "name": "Get all cost provider accounts", "type": "http" }, "http": { "method": "GET", "url": "https://api.vantage.sh/v2/cost_provider_accounts", "params": [ { "name": "workspace_token", "value": "", "type": "query", "description": "The token of the Workspace to list CostProviderAccounts for. Required if the API token is associated with multiple Workspaces." }, { "name": "provider", "value": "", "type": "query", "description": "Filter by provider type." }, { "name": "account_id", "value": "", "type": "query", "description": "Filter by provider account identifier." }, { "name": "account_name", "value": "", "type": "query", "description": "Filter by account name (exact match)." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://console.vantage.sh/account/profile", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "List CostProviderAccounts available in a given Workspace." } ] } ], "bundled": true }