{ "opencollection": "1.0.0", "info": { "name": "Mews Booking Engine API (Distributor) Account notes Loyalty tiers API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "ClientToken", "value": "{{ClientToken}}", "placement": "header" } }, "items": [ { "info": { "name": "Loyalty tiers", "type": "folder" }, "items": [ { "info": { "name": "Mews 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": "Mews 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": "Mews 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": "Mews 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 }