{ "opencollection": "1.0.0", "info": { "name": "Mews Booking Engine API (Distributor) Account notes Exchange Rates API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "ClientToken", "value": "{{ClientToken}}", "placement": "header" } }, "items": [ { "info": { "name": "Exchange Rates", "type": "folder" }, "items": [ { "info": { "name": "Mews Get All", "type": "http" }, "http": { "method": "POST", "url": "https://api.mews.com/api/distributor/v1/exchangeRates/getAll", "body": { "type": "json", "data": "{}" } }, "docs": "Get All via the Mews Booking Engine (Distributor) API exchangeRates resource." }, { "info": { "name": "Mews Get All Exchange Rates", "type": "http" }, "http": { "method": "POST", "url": "https://api.mews.com/api/connector/v1/exchangeRates/getAll", "body": { "type": "json", "data": "{}" } }, "docs": "Returns all available exchange rates among currencies of the [Enterprise](https://mews-systems.gitbook.io/connector-api/operations/configuration/#enterprise)." } ] } ], "bundled": true }