---
title: "Get all available Choice Products."
method: GET
path: "/choiceProducts"
tags: ["12. Choice Products"]
---

# Get all available Choice Products.

`GET /choiceProducts`

## Query parameters

- `rewardName` string
- `currencyCode` string
- `countries` string[]

## Response `200`

OK

- ChoiceProductsDto
  - `choiceProducts` ChoiceProductDto[]
    - `utid` string
    - `rewardName` string
    - `currencyCode` string
    - `countries` string[]

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden

---

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