popeyes_quests
Retrieve Popeyes Rewards loyalty-challenge catalog with rewards. Page through public multi-step quests using limit, market, and offset to get bonus-point incentives.
Instructions
List Popeyes Rewards' loyalty-challenge catalog. Returns a page of Popeyes Rewards' loyalty-challenge catalog -- named multi-step challenges and their reward (e.g. "Make Two Purchases, Get FREE Chicken Sandwich in the form of 550 Bonus Points"). This is public CMS content describing the challenge and its incentive, the same class of public promotional data as /popeyes/offers -- not scoped to any signed-in member and does not report which quests a given account has completed or activated. step_count is how many steps make up the quest; this build does not expose each step's own purchase-requirement rules.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum quests to return, 1-100 (default 20) | |
| market | No | Restaurant market: US (default) or CA | |
| offset | No | Number of quests to skip, for paging (default 0) |