{ "opencollection": "1.0.0", "info": { "name": "Zinrelo Loyalty Events Tiers API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "partner-id", "value": "{{partner-id}}", "placement": "header" } }, "items": [ { "info": { "name": "Tiers", "type": "folder" }, "items": [ { "info": { "name": "Get a member's next tier", "type": "http" }, "http": { "method": "GET", "url": "https://api.zinrelo.com/v1/loyalty/users/:user_email/next_tier", "params": [ { "name": "user_email", "value": "", "type": "path", "description": "The member's email address, used as the member identifier." } ] }, "docs": "Returns the member's upcoming tier status and progress." }, { "info": { "name": "List tiers", "type": "http" }, "http": { "method": "GET", "url": "https://api.zinrelo.com/v1/loyalty/tiers" }, "docs": "Lists all loyalty tier configurations for the program." } ] } ], "bundled": true }