Skip to content

Rewards

Redeemable reward products (excludes POS-only and VIP-tier-locked rewards).

GET /rewards

[
{
"id": "44",
"name": "$5 off",
"price": 10,
"exchangeType": "stamps",
"iconUrl": "https://..."
}
]

price is the cost in stamps.

Both the list and single-reward endpoints return objects with these fields.

FieldTypeDescription
idstringUnique identifier.
namestringDisplay name.
priceintegerCost in stamps.
exchangeTypestringHow the reward is exchanged.
iconUrlstringIcon URL if set (omitted otherwise).

GET /rewards/{id}

Returns a single reward (see Reward fields), or 404 REWARD_NOT_FOUND.