---
title: "Get Token Products"
method: GET
path: "/api/gamification/tokens/products"
tags: ["gamification"]
---

# Get Token Products

`GET /api/gamification/tokens/products`

Get the active token product catalog available for purchase.

Returns purchasable token packs keyed by a stable default id, along with
the underlying App Store / Play Store product ids for each platform.

## Headers

- `x-user-id` string, nullable

## Response `200`

Successful Response

- TokenProductsResponse — Response wrapper for the token product catalog.
  - `products` TokenProductResponse[], required
    - `product_id` TokenProductIdentifiers, required — Cross-platform identifiers for a token product.
      - `default` string, required
      - `ios` string, nullable
      - `android` string, nullable
    - `token_amount` integer, required
    - `is_default` boolean, nullable

## Other responses

- `422` — Validation Error

---

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