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:
Function | Purpose |
---|---|
GET {URI}/choiceProducts/{utid} | Get details for a specific Choice Product. |
The following path parameter is used forGET {URI}/choiceProducts/{utid}
:
Parameter | Data type | Description |
---|---|---|
utid | string | (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
Updated 4 days ago