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