{ "opencollection": "1.0.0", "info": { "name": "BookingEngineApi Account notes Sources API", "version": "v1" }, "items": [ { "info": { "name": "Sources", "type": "folder" }, "items": [ { "info": { "name": "Get all sources", "type": "http" }, "http": { "method": "POST", "url": "https://api.mews.com/api/connector/v1/sources/getAll", "body": { "type": "json", "data": "{}" } }, "docs": "Returns all sources from which reservations can originate. Note this operation uses [Pagination](https://mews-systems.gitbook.io/connector-api/guidelines/pagination/)." } ] } ], "bundled": true }