{ "opencollection": "1.0.0", "info": { "name": "Mews Booking Engine API (Distributor) Account notes Resource features API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "ClientToken", "value": "{{ClientToken}}", "placement": "header" } }, "items": [ { "info": { "name": "Resource features", "type": "folder" }, "items": [ { "info": { "name": "Mews Get All Resource Feature Assignments", "type": "http" }, "http": { "method": "POST", "url": "https://api.mews.com/api/connector/v1/resourceFeatureAssignments/getAll", "body": { "type": "json", "data": "{}" } }, "docs": "Returns all resource feature assignments. This operation uses [Pagination](https://mews-systems.gitbook.io/connector-api/guidelines/pagination/)." }, { "info": { "name": "Mews Get All Resource Features", "type": "http" }, "http": { "method": "POST", "url": "https://api.mews.com/api/connector/v1/resourceFeatures/getAll", "body": { "type": "json", "data": "{}" } }, "docs": "Returns all resource features. This operation uses [Pagination](https://mews-systems.gitbook.io/connector-api/guidelines/pagination/)." } ] } ], "bundled": true }