{ "opencollection": "1.0.0", "info": { "name": "Vantage Cloud Pricing Access Grants Recommendations API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Recommendations", "type": "folder" }, "items": [ { "info": { "name": "Vantage Get All Recommendations", "type": "http" }, "http": { "method": "GET", "url": "https://api.vantage.sh/v1/recommendations", "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 cost optimization Recommendations that the current API token has access to." } ] } ], "bundled": true }