{ "opencollection": "1.0.0", "info": { "name": "Vantage Cloud Pricing Access Grants Managed Accounts API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Managed Accounts", "type": "folder" }, "items": [ { "info": { "name": "Vantage Get All Managed Accounts", "type": "http" }, "http": { "method": "GET", "url": "https://api.vantage.sh/v1/managed_accounts", "params": [ { "name": "page", "value": "", "type": "query", "description": "The page of results to return." }, { "name": "limit", "value": "", "type": "query", "description": "The number of results per page." } ] }, "docs": "Returns all Managed Accounts (linked cloud provider accounts) that the current API token has access to." } ] } ], "bundled": true }