Documentation Index
Fetch the complete documentation index at: https://docs.ganntec.com/llms.txt
Use this file to discover all available pages before exploring further.
Body
The ID of the reward to redeem
Response
The redemption record
Status: pending, fulfilled, or expired
Updated Ganntium balance after redemption
{
"rewardId": "rwd_early_access"
}
{
"success": true,
"data": {
"redemption": {
"id": "red_123456",
"rewardId": "rwd_early_access",
"redeemedAt": "2024-01-15T10:00:00Z",
"status": "pending"
},
"newBalance": 2500
}
}
Redemption will fail if:
- User has insufficient Ganntium balance
- Reward is out of stock
- Reward is no longer available