---
title: "Get card inventory brands"
method: GET
path: "/v1/client/redeem-rewards/inventory/brands"
tags: ["Internal"]
---

# Get card inventory brands

`GET /v1/client/redeem-rewards/inventory/brands`

Get Card Inventory Brands returns the available gift card brands with their items and tiers. Each tier includes calculated currency values and secure price tokens for redemption.

## Response `200`

OK

- object
  - `data` CardInventoryResponse — Response containing available gift card brands with items and tiers
    - `brands` CardInventoryBrand[], required — List of available gift card brands
      - `key` string, required — Unique key for the brand
      - `provider` string, required — Provider of the gift cards
      - `name` string, required — Display name of the brand
      - `description` string, required — Description of the brand
      - `image_urls` object, required — URLs for brand images
      - `items` CardInventoryItem[], required — List of items for this brand
        - `key` string, required — Unique key for the item
        - `reward_name` string, required — Display name of the reward
        - `reward_type` string, required — Type of the reward
        - `redemption_instructions` string, required — Instructions for redeeming the reward
        - `credential_types` string[], required — Required credential types
        - `countries` string[], required — Available countries
        - `is_active` boolean — Whether the item is currently active
        - `tiers` CardInventoryTier[], required — List of tiers for this item
          - `currency_value` string, required — Calculated currency value (coins)
          - `currency_factor` string, required — Currency conversion factor used
          - `token` string, required — Secure token for price verification during redemption
          - `original_value` string, required — Original value in provider currency
          - `original_currency` string, required — Original currency from provider

## Other responses

- `400` — Bad request - invalid parameters
- `500` — Internal server error

---

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