{ "opencollection": "1.0.0", "info": { "name": "Connector Account notes Loyalty memberships API", "version": "v1" }, "items": [ { "info": { "name": "Loyalty memberships", "type": "folder" }, "items": [ { "info": { "name": "Get all loyalty memberships", "type": "http" }, "http": { "method": "POST", "url": "https://api.mews.com/api/connector/v1/loyaltyMemberships/getAll", "body": { "type": "json", "data": "{}" } }, "docs": "Returns all loyalty memberships of the enterprise, optionally filtered by specific loyalty membership identifiers, activity states, or other filter parameters. 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": "Add loyalty memberships", "type": "http" }, "http": { "method": "POST", "url": "https://api.mews.com/api/connector/v1/loyaltyMemberships/add", "body": { "type": "json", "data": "{}" } }, "docs": "Adds loyalty memberships to the enterprise. Note this operation supports [Portfolio Access Tokens](https://mews-systems.gitbook.io/connector-api/concepts/multi-property/)." }, { "info": { "name": "Update loyalty memberships", "type": "http" }, "http": { "method": "POST", "url": "https://api.mews.com/api/connector/v1/loyaltyMemberships/update", "body": { "type": "json", "data": "{}" } }, "docs": "Updates information about the specified loyalty memberships. Note this operation supports [Portfolio Access Tokens](https://mews-systems.gitbook.io/connector-api/concepts/multi-property/)." }, { "info": { "name": "Delete loyalty memberships", "type": "http" }, "http": { "method": "POST", "url": "https://api.mews.com/api/connector/v1/loyaltyMemberships/delete", "body": { "type": "json", "data": "{}" } }, "docs": "Deletes loyalty memberships. Note this operation supports [Portfolio Access Tokens](https://mews-systems.gitbook.io/connector-api/concepts/multi-property/)." } ] } ], "bundled": true }