Rewards

Manage the rewards catalog and redemption options

Authentication

All endpoints require API Key authentication

X-API-Key: your_api_key
GET/api/rewards

List 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/rewards

Create 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/featured

Get Featured Rewards

Get featured rewards for display on homepage