---
title: "Get Tango catalog"
method: GET
path: "/v2/reward-suppliers/tango/catalog"
tags: ["Reward Suppliers"]
---

# Get Tango catalog

`GET /v2/reward-suppliers/tango/catalog`

Returns the available Tango gift card brands and denominations from the Tango Card API.

## Response `200`

Successful response

- TangoBrandResponse[]
  - `brand_name` string, required
  - `description` string, required
  - `disclaimer` string, required
  - `image_url` string, nullable, required
  - `items` TangoBrandItemResponse[], required
    - `countries` string[]
    - `currency_code` 'AUD' | 'BRL' | 'CAD' | 'CNY' | 'EUR' | 'GBP' | 'HKD' | 'INR' | 'JPY' | 'KRW' | 'MONTH' | 'MXN' | 'NZD' | 'PERCENT_OFF' | 'POINTS' | 'TRY' | 'TWD' | 'USD'
    - `face_value` number, nullable
    - `max_value` number, nullable
    - `min_value` number, nullable
    - `reward_name` string
    - `utid` string
    - `value_type` 'FIXED_VALUE' | 'UNSUPPORTED' | 'VARIABLE_VALUE'

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `402` — Payment Required
- `403` — Forbidden
- `415` — Unsupported Media Type
- `429` — Too Many Requests
- `503` — Service Unavailable

---

[API](https://skmtc.net/extole/apis/integration-api-server-to-extole.md) · [All operations](https://skmtc.net/extole/apis/integration-api-server-to-extole/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/extole/integration-api-server-to-extole/revisions/c16e62e66755/schema)
