{ "opencollection": "1.0.0", "info": { "name": "Vantage AccessGrants ExchangeRates 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": "ExchangeRates", "type": "folder" }, "items": [ { "info": { "name": "Get all exchange rates", "type": "http" }, "http": { "method": "GET", "url": "https://api.vantage.sh/v2/exchange_rates", "params": [ { "name": "page", "value": "", "type": "query", "description": "The page of results to return." }, { "name": "limit", "value": "", "type": "query", "description": "The number of results to return. The maximum is 1000." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://console.vantage.sh/account/profile", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Return all Exchange Rates." }, { "info": { "name": "Upload exchange rates via CSV", "type": "http" }, "http": { "method": "POST", "url": "https://api.vantage.sh/v2/exchange_rates/csv", "body": { "type": "form-urlencoded", "data": [ { "name": "csv", "value": "" } ] }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://console.vantage.sh/account/profile", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Upload Exchange Rates via CSV." } ] } ], "bundled": true }