Get details for a specific Choice product

Use theGET {URI}/choiceProducts/{utid}endpoint to return the details for a specific Choice Product on your Tango platform:

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

The following path parameter is used forGET {URI}/choiceProducts/{utid}:

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

The GET {URI}/choiceProducts/{utid} endpoint payload returns details for a specific Choice Product on your Tango platform:

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

The response message for this endpoint is:

  • 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.