{ "opencollection": "1.0.0", "info": { "name": "Connector Account notes Configuration API", "version": "v1" }, "items": [ { "info": { "name": "Configuration", "type": "folder" }, "items": [ { "info": { "name": "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 }