Skip to main content

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

rewardId
string
required
The ID of the reward to redeem

Response

redemption
object
The redemption record
newBalance
number
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