Points and Rewards Systems Info
Points and Rewards Systems Info
Knowledge Base
-
WooRewards
0
- MyRewards (Free Version) 5
- Getting Started 2
- Tutorials 4
- Features 12
-
Actions
23
- Spend Money
- Place an order
- Place a first order
- Buy Specific Products
- Buy in categories
- Product Review
- User registration
- Birthday
- Visit a post, page or url
- Send a referral email
- Referee registration
- Referee spends money
- Referee Orders
- Referee buys products
- Referee buys in categories
- Share on social networks
- Visitor clicks a social share
- Receive Badges
- Registration Anniversary
- Post a comment
- Click an image
- Publish a post
- Recurrent Visit
- Rewards 11
- WooCommerce Display 4
- Emails 7
- Shortcodes 7
-
API
8
- Settings and Permissions
- Points and Rewards Systems Info
- Points Actions
- Rewards
- Get a user’s points
- Badges
- Add/Subtract Points
- Unlock a reward
- Developer Resources 2
-
Add-Ons
12
- The Newsletter Plugin Subscription
- MC4WP Mailchimp subscription
- Points and Rewards System Limitation
- Referrals Information
- Points History Excel Export
- Points for Coupon
- Settings Migration
- Subscription Coupon Reward
- Partial Refund Reward
- The Scheduler
- Delayed and Recurring Points
- Points Synchronization
- Play Together 2
- Translations and WPML 2
- Changelog 1
- Knowledge Base
- WooRewards
- API
- Points and Rewards Systems Info
This documentation is for the WooRewards plugin
This API route allows you to list all the points and rewards systems that have been created. It requires only the general reading permission.
GET
/wp-json/woorewards/v1/pools
Response
The JSON response is an array of points and rewards system objects. Each object contains at least the following properties:
- id : The points and rewards system identifier to use for future references.
- name : The public name of the points and rewards system.
- points : The identifier of the points reserve (since several points and rewards system can share the same points reserve).
- active : Is the points and rewards system currently active (on/off).
Continue reading
Previous: Settings and Permissions
Next: Points Actions
In this article