---
title: "Get eGift Catalog"
method: GET
path: "/programs/{programCode}/account/{accountIdentifier}/egifts/catalog"
tags: ["EGift"]
---

# Get eGift Catalog

`GET /programs/{programCode}/account/{accountIdentifier}/egifts/catalog`

Get the eGift catalog for the specified account and program.

## Path parameters

- `programCode` string, required
- `accountIdentifier` string, required

## Headers

- `X-GD-RequestId` string, required

## Response `200`

OK

- EGiftCatalogResponse — Represents the response returned for an eGift catalog request. Inherits from Gd.Bos.DataTransfer.Response.ResponseBase to provide standard response metadata and details. Contains a collection of eGift catalog items and associated sections.
  - `catalogItems` EGiftCatalogItem[], nullable — Gets or sets the collection of eGift catalog items included in the response. Each item represents a product available in the eGift catalog.
    - `productId` string, nullable — Gets or sets the unique identifier for the product.
    - `universalproductcode` string, nullable — Gets or sets the universal product code (UPC) for the product.
    - `productConfigurationId` string, nullable — Gets or sets the product configuration identifier.
    - `category` string[], nullable — Gets or sets the categories associated with the product.
    - `productDescription` string, nullable — Gets or sets the description of the product.
    - `frontImage` string, nullable — Gets or sets the URL or path to the front image of the product.
    - `imageSize` string, nullable — Gets or sets the size of the product image.
    - `tier` integer — Gets or sets the tier of the product.
    - `rewardPercentage` number, double — Gets or sets the reward percentage for the product.
    - `productName` string, nullable — Gets or sets the name of the product.
    - `brandName` string, nullable — Gets or sets the brand name associated with the product.
    - `activationCharacteristics` DollarValue — Represents a dollar value, which can be either a variable value (with a range) or a set of fixed values.
      - `isVariableValue` boolean — Gets or sets a value indicating whether the dollar value is variable (uses a range) or fixed (uses a set of amounts).
      - `rangeValues` RangeValues — Represents a range of dollar values with a base and maximum amount.
        - `baseValueAmount` number, double — Gets or sets the base value amount of the range.
        - `maxValueAmount` number, double — Gets or sets the maximum value amount of the range.
      - `fixedValues` FixedValues — Represents a set of fixed dollar amounts.
        - `amounts` number[], nullable — Gets or sets the list of fixed dollar amounts.
    - `termsAndConditions` string[], nullable — Gets or sets the terms and conditions for the product.
    - `isActive` boolean — Gets or sets a value indicating whether the product is active.
    - `netgreendotcommision` number, double — Gets or sets the net Green Dot commission for the product.
    - `productpairingkey` string, nullable — Gets or sets the product pairing key for related products.
    - `productpairorderingkey` string, nullable — Gets or sets the ordering key for product pairing.
    - `producttype` 'DigitalProduct' | 'EGift' | 'GamerDeals' — Gets or sets the type of the product.
    - `productmiscdetails` string, nullable — Gets or sets miscellaneous details about the product.
    - `createdate` string, date-time — Gets or sets the creation date of the product record.
    - `changedate` string, date-time — Gets or sets the date when the product record was last changed.
    - `doubleCBPoints` integer — Gets or sets the double cashback points associated with the product.
  - `sections` Section[], nullable — Gets or sets the collection of sections associated with the eGift catalog. Each section provides grouping or categorization for catalog items.
    - `tier` integer — Gets or sets the tier of the section, indicating its hierarchical level.
    - `title` string, nullable — Gets or sets the title of the section.
    - `description` string, nullable — Gets or sets the description of the section.
    - `templateId` string, nullable — Gets or sets the unique identifier of the template associated with this section.
    - `isActive` boolean — Gets or sets a value indicating whether the section is active.
  - `responseDetails` ResponseDetail[], nullable — Required: A list of response details providing status codes, descriptions, and additional information about the result of the operation.
    - `code` integer — The primary status or error code for the response (e.g., 200 for success, 400 for validation error).
    - `subCode` integer, nullable — An optional subcode providing more granular detail about the response or error.
    - `description` string, nullable — A human-readable description of the response, error, or status.
    - `url` string, nullable — A URL linking to documentation or a web page with more information about the response code.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error
- `503` — Service Unavailable

---

[API](https://skmtc.dev/greendot/apis/baas-apis.md) · [All operations](https://skmtc.dev/greendot/apis/baas-apis/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/greendot/baas-apis/revisions/666553766b78/schema)
