Game Loom
  1. Rewards
Game Loom
  • Game Loom
    • 👋 Welcome to Game Loom
  • Getting started
    • Introduction
    • 👤 Authentication
  • User Registration
    • Introduction
    • Single user registration
      POST
    • Bulk Register Users
      POST
  • Notifications
    • Overview
    • Receiving Event Notifications via Webhooks
    • Get All notifications for specific user
      GET
  • Rewards
    • Overview
    • Points
      • Record user point event
      • Get user points
      • Get Specific user point
    • Levels
      • Record user level event
      • Get user levels
      • Get Specific user level
    • Badges
      • Award badge to user
      • Get user badges
      • Get Specific user badge
  • Challenges (Gamification elements)
    • Introduction
    • Leaderboard
      • Get available leaderboards for user
      • Submit score to a leaderboard
      • Get user's leaderboard participation history
      • Get leaderboard details
      • Get leaderboard ranking
      • Get user's record for a leaderboard
      • Get user's entry history for a leaderboard
    • Survey
      • Overview
      • Get available surveys for user
      • Start a new survey participation
      • Get detailed user participation
      • Get user's survey participation history
      • Abandon survey participation
      • Save individual answer to survey question
      • Submit completed survey
      • Submit Survey with answers (One-Step Submission)
    • Open Challenge
      • Overview
      • Get available open challenges for user
      • Complete an open challenge
      • Get user's open challenge participation history
      • Get user open challenge by ID
    • Schemas
      • Survey Schame
  1. Rewards

Overview

Reward Systems#

Game Loom currently supports the following reward systems:
Points
Levels
Badges
You can create multiple reward systems based on your gamification strategy. There is no hard limit on the number of reward systems you can define.

Using Rewards in APIs#

Each reward system has a unique Reward ID, which is required when referencing rewards in API requests.

How to Get a Reward ID#

1.
Open the Game Loom Portal
2.
Navigate to the Rewards tab
3.
Locate the reward you want to use
4.
Click the Copy button next to the reward name
You can now use the copied Reward ID directly in the APIs.
Game Loom Rewards List page
Game Loom Rewards List page

Best Practices#

Use Points for flexible scoring and progression
Use Levels to represent long-term user advancement
Use Badges for achievements and milestones
Combine multiple reward systems in a single challenge when needed
Modified at 2025-12-21 22:51:15
Previous
Get All notifications for specific user
Next
Record user point event
Built with