---
title: "Get Rewards"
method: GET
path: "/api/gamification/rewards"
tags: ["gamification"]
---

# Get Rewards

`GET /api/gamification/rewards`

Get all active token rewards.

Returns a list of all active rewards with their token amounts.

## Headers

- `x-user-id` string, nullable

## Response `200`

Successful Response

- RewardResponse[]
  - `id` string, required
  - `key` string, required
  - `category` string, required
  - `amount` integer, required
  - `is_active` boolean, required
  - `created_at` string, date-time, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/usecreed/apis/creed-api.md) · [All operations](https://skmtc.net/usecreed/apis/creed-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/usecreed/creed-api/revisions/cb25d3fef898/schema)
