Webhook events
customers/update
This webhook is triggered anytime a customer changes in LoyaltyLion. Examples of when this could trigger include earning/redeeming points or moving into a new loyalty tier.
To subscribe to this webhook, your API token needs to have the read_customers
scope.
Payload
Customer object with the same shape as the Customers API response
Example
Example