cURL
curl --request GET \ --url https://webmaster.zupers.com.br/api/loyalty/v1/loyalty/programs/{program_id}/rewards/ \ --header 'Authorization: Bearer <token>'
[ { "id": "reward_123456789", "name": "Free Burger", "description": "One free classic burger from our menu", "points_cost": 500, "available": true, "image": "<string>", "category": "Food" } ]
Retrieve all rewards available within a specific loyalty program including cost, availability, and redemption details
Use format: Bearer ZsCUqECc9aCQtN5z9z9sTs81933YnklP
Unique loyalty program identifier
"1474884f79a5ec42bc017be2aac"
Program rewards retrieved successfully
"reward_123456789"
"Free Burger"
"One free classic burger from our menu"
500
true
"Food"