Can I see how many coupons a user has in their loyalty card wallet?
Yes, by using https://api.coupontools.com/v3/loyaltyusers/search. How many coupons a user has is listed in the result active_rewards.
More info: https://docs.coupontools.com/api/loyalty#search-users
If you want to claim the coupon from here, combine it with https://api.coupontools.com/v3/couponsession/update with the statistics code.
More info: https://docs.coupontools.com/api/coupon#update-sessions
There are many possibilities with API and to help you get started we have collected an overview here: https://docs.coupontools.com/api/overview. If something does not work, you can always check the error codes here.
More info: https://docs.coupontools.com/api/loyalty#search-users
If you want to claim the coupon from here, combine it with https://api.coupontools.com/v3/couponsession/update with the statistics code.
More info: https://docs.coupontools.com/api/coupon#update-sessions
There are many possibilities with API and to help you get started we have collected an overview here: https://docs.coupontools.com/api/overview. If something does not work, you can always check the error codes here.
Updated on: 31/10/2023
Thank you!