{ "opencollection": "1.0.0", "info": { "name": "Vantage Cloud Pricing Access Grants Budget Alerts API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Budget Alerts", "type": "folder" }, "items": [ { "info": { "name": "Vantage Get All Budget Alerts", "type": "http" }, "http": { "method": "GET", "url": "https://api.vantage.sh/v1/budget_alerts", "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 Budget Alerts that the current API token has access to." }, { "info": { "name": "Vantage Create a Budget Alert", "type": "http" }, "http": { "method": "POST", "url": "https://api.vantage.sh/v1/budget_alerts", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new Budget Alert." }, { "info": { "name": "Vantage Get a Budget Alert", "type": "http" }, "http": { "method": "GET", "url": "https://api.vantage.sh/v1/budget_alerts/:budget_alert_token", "params": [ { "name": "budget_alert_token", "value": "", "type": "path", "description": "The unique token of the Budget Alert." } ] }, "docs": "Returns a specific Budget Alert by token." }, { "info": { "name": "Vantage Update a Budget Alert", "type": "http" }, "http": { "method": "PUT", "url": "https://api.vantage.sh/v1/budget_alerts/:budget_alert_token", "params": [ { "name": "budget_alert_token", "value": "", "type": "path", "description": "The unique token of the Budget Alert." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an existing Budget Alert." }, { "info": { "name": "Vantage Delete a Budget Alert", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.vantage.sh/v1/budget_alerts/:budget_alert_token", "params": [ { "name": "budget_alert_token", "value": "", "type": "path", "description": "The unique token of the Budget Alert." } ] }, "docs": "Deletes an existing Budget Alert." } ] } ], "bundled": true }