LoyaltyLion
LoyaltyLion is an e-commerce loyalty and rewards platform for Shopify, BigCommerce, and custom storefronts, letting merchants run points, referrals, VIP tiers, and reward programs. Its v2 REST API (base https://api.loyaltylion.com/v2) is split into an Admin API for moving data in and out of LoyaltyLion - retrieving customers and transactions, tracking orders, and adjusting points - and a Headless API for building custom shopper-facing loyalty experiences in web, mobile, and POS apps. Requests authenticate with a Program API key passed as a Bearer token (with scoped access), or the deprecated token/secret pair over HTTP Basic auth. All endpoints share a 20 requests-per-second rate limit.
APIs
LoyaltyLion Customers API
List and update loyalty customers, read their points balances, tiers, and referral details, and pull the point transactions for an individual customer. Customers are matched by ...
LoyaltyLion Activities API
Record customer activities against built-in or custom loyalty rules - signups, clickthroughs, social actions, reviews, and more - to award points. Create, list, and update activ...
LoyaltyLion Points API
Manually add or remove points from a customer's balance with an optional shopper-visible reason, and list the immutable point transactions that record every addition or removal ...
LoyaltyLion Rewards API
List the rewards a given customer can currently claim - filtered by site and country - and enable or disable rewards in the program catalog to control which incentives shoppers ...
LoyaltyLion Redemptions API
Redeem a reward on behalf of a customer - spending their points to create a claimed reward - and refund a previously claimed reward to return the points, supporting multipliers,...