{ "opencollection": "1.0.0", "info": { "name": "Mews Booking Engine API (Distributor) Account notes Companionships API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "ClientToken", "value": "{{ClientToken}}", "placement": "header" } }, "items": [ { "info": { "name": "Companionships", "type": "folder" }, "items": [ { "info": { "name": "Mews Get All Companionships", "type": "http" }, "http": { "method": "POST", "url": "https://api.mews.com/api/connector/v1/companionships/getAll", "body": { "type": "json", "data": "{}" } }, "docs": "Returns all companionships based on customers, reservations or reservation groups. One of them must be specified in the request.\nNote this operation uses [Pagination](https://mews-systems.gitbook.io/connector-api/guidelines/pagination/) and supports [Portfolio Access Tokens](https://mews-systems.gitbook.io/connector-api/concepts/multi-property)." } ] } ], "bundled": true }