Rewards
Manage the rewards catalog and redemption options
Authentication
All endpoints require API Key authentication
X-API-Key: your_api_keyGET
/api/rewardsList Rewards
Get all rewards in the catalog
GET
/api/rewards/{reward_id}Get Reward by ID
Get detailed information about a specific reward
POST
/api/rewardsCreate Reward
Add a new reward to the catalog
PUT
/api/rewards/{reward_id}Update Reward
Update reward information
DELETE
/api/rewards/{reward_id}Delete Reward
Remove a reward from the catalog
GET
/api/rewards/featuredGet Featured Rewards
Get featured rewards for display on homepage