---
title: "Get details for a specific Choice Product."
method: GET
path: "/choiceProducts/{utid}"
tags: ["12. Choice Products"]
---

# Get details for a specific Choice Product.

`GET /choiceProducts/{utid}`

## Path parameters

- `utid` string, required

## Response `200`

OK

- 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)
