{ "opencollection": "1.0.0", "info": { "name": "Mews Booking Engine API (Distributor) Account notes Configuration API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "ClientToken", "value": "{{ClientToken}}", "placement": "header" } }, "items": [ { "info": { "name": "Configuration", "type": "folder" }, "items": [ { "info": { "name": "Mews Get", "type": "http" }, "http": { "method": "POST", "url": "https://api.mews.com/api/distributor/v1/configuration/get", "body": { "type": "json", "data": "{}" } }, "docs": "Get via the Mews Booking Engine (Distributor) API configuration resource." }, { "info": { "name": "Mews Get Configuration", "type": "http" }, "http": { "method": "POST", "url": "https://api.mews.com/api/connector/v1/configuration/get", "body": { "type": "json", "data": "{}" } }, "docs": "Returns the enterprise configuration. For single-enterprise Access Tokens, this is the enterprise associated with the token. For [Portfolio Access Tokens](https://mews-systems.gitbook.io/connector-api/concepts/multi-property), use the `EnterpriseId` parameter to specify which enterprise you want the configuration for. In the case of service scoped integrations, the operation returns the configuration associated with both the enterprise and the bookable service linked to the token." } ] } ], "bundled": true }