v1
latestOpenAPI 3.0.12026-07-24210349345.4 KBClaim a Level Reward
Grants the rewards attached to a level the player has reached but not yet claimed. The list of claimable levels is surfaced in the claimableLevels array of the Player level response; render a per-entry "Claim" button.
After a successful claim, re-fetch the player level data (the entry drops out of claimableLevels) and GET /player-rewards/brand/{brandId}/player/{playerId} so the player's balance reflects the new rewards.
Path parameters
Brand UUID returned by GET /brands/default/{tenantId}.
Your internal player/customer identifier.
UUID of the level configuration the level belongs to. Pull from the per-config endpoint getAllPlayerLevels (levelConfigId field on each tier).
The level being claimed. Pass claimableLevels[].levelNumber from the Player level response.
Response
Reward claimed. Empty body.