Get details for a specific Choice product

Use the following endpoint to return the details for a specific Choice Product on your Tango platform:

FunctionPurpose
GET {URI}/choiceProducts/{utid}(Required) Get details for a specific Choice Product.

The following path parameter is required for this endpoint. UTID is Unique Tango ID {{utid}} for the item being ordered such as Gift Cards or nonprofit donations (NPO).

Path paramsData typeDescription
utidstring(Required) Specify the unique identifier of the Choice Product to be queried.

The following example is returned with this endpoint:

{
  "utid": "string",
  "rewardName": "string",
  "currencyCode": "string",
  "countries": [
    "string"
  ]
}

The following example shows the available details such as currency and country for a specific utid.

πŸ“˜

Note:

We only accept CAD, EUR, GBP, or USD. Only one currency can be specified. Currency can never be changed. The currency defaults to USD if no currency is specified.

{
  "utid": "U431828",
  "rewardName": "Global Choice Link (SV CAD)",
  "currencyCode": "CAD",
  "countries": [
    "BE",
    "TH",
    "PL",
    "BG",
    "SE",
    "US",
    "BD",
    "ID",
    "ES",
    "MY",
    "GR",
    "CZ",
    "EG"
  ]
}

The response codes for this endpoint are:

  • 200 OK
  • 400 Bad request
  • 401 Unauthorized
  • 403 Forbidden

Rewards as a Service™ and the RaaS® API are provided by Tango Card, Inc. © 2024 Tango Card, Inc.