{ "opencollection": "1.0.0", "info": { "name": "Mews Booking Engine API (Distributor) Account notes Source assignments API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "ClientToken", "value": "{{ClientToken}}", "placement": "header" } }, "items": [ { "info": { "name": "Source assignments", "type": "folder" }, "items": [ { "info": { "name": "Mews Get All Source Assignments", "type": "http" }, "http": { "method": "POST", "url": "https://api.mews.com/api/connector/v1/sourceAssignments/getAll", "body": { "type": "json", "data": "{}" } }, "docs": "Returns all Sources assigned to a Reservation group. Each reservation group can have multiple sources. Note 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/)." }, { "info": { "name": "Mews Get All Source Assignments (ver 2024-09-20)", "type": "http" }, "http": { "method": "POST", "url": "https://api.mews.com/api/connector/v1/sourceAssignments/getAll/2024-09-20", "body": { "type": "json", "data": "{}" } }, "docs": "Returns all Sources assigned to Reservations. Each reservation can have multiple sources. Note 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 }