---
title: "Returns the list of countries eligible with our Choice Products fulfillment"
method: GET
path: "/rewardCountries"
tags: ["13. Countries"]
---

# Returns the list of countries eligible with our Choice Products fulfillment

`GET /rewardCountries`

## Query parameters

- `prevCursor` string
- `nextCursor` string
- `maxResults` integer
- `countries` string
- `preferredCurrencies` string

## Response `200`

OK

- CountryViewSummary
  - `twoLetterCode` string, required
  - `threeLetterCode` string, required
  - `countryName` string, required
  - `preferredCurrency` string, required

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