{ "opencollection": "1.0.0", "info": { "name": "Mews Booking Engine API (Distributor) Account notes Ledger balances API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "ClientToken", "value": "{{ClientToken}}", "placement": "header" } }, "items": [ { "info": { "name": "Ledger balances", "type": "folder" }, "items": [ { "info": { "name": "Mews Get All Ledger Balances", "type": "http" }, "http": { "method": "POST", "url": "https://api.mews.com/api/connector/v1/ledgerBalances/getAll", "body": { "type": "json", "data": "{}" } }, "docs": "Returns opening and closing balances of specified ledgers for each day in the specified date interval. Note this operation supports [Portfolio Access Tokens](https://mews-systems.gitbook.io/connector-api/concepts/multi-property/)." } ] } ], "bundled": true }