> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://help.coupontools.com/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# 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. 