Retrieves information about the available loyalty program premium features.
Whether there are any loyalty program premium features.
Whether there is a tiers premium feature.
Whether there is a points expiration premium feature.
curl -X GET \ 'https://www.wixapis.com/loyalty-programs/v1/program/premium-features' \
-H 'Authorization: <AUTH>'
{
"loyaltyProgram": true,
"tiers": true,
"pointsExpiration": true
}
This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.