Thanx · Example Payload

Consumer Api Reward Example

RestaurantLoyaltyGuest EngagementMarketingCRMOnline OrderingWebhooksPointsRewardsCampaigns

Consumer Api Reward Example is an example object payload from Thanx, with 16 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idolo_uiduser_idmerchant_idcampaign_idstateearnredeemcoupon_codefine_printinstructionsavailable_atactivated_atretire_atused_atuses_dynamic_coupon_codes

Example Payload

Raw ↑
{
  "id": "92b7b0dac4",
  "olo_uid": "92b7b0dac4",
  "user_id": "92b7b0dac4",
  "merchant_id": "92b7b0dac4",
  "campaign_id": "92b7b0dac4",
  "state": "available",
  "earn": {
    "type": "example"
  },
  "redeem": {
    "type": "example",
    "text": "example",
    "detail": "example",
    "window": "example",
    "venue": "example"
  },
  "coupon_code": {
    "code": "example",
    "type": "example",
    "display": "example"
  },
  "fine_print": "Free coffee for loyal customers.",
  "instructions": "Free coffee for loyal customers.",
  "available_at": "2025-06-01T18:02:05Z",
  "activated_at": "2025-06-01T18:02:05Z",
  "retire_at": "2025-06-01T18:02:05Z",
  "used_at": "2025-06-01T18:02:05Z",
  "uses_dynamic_coupon_codes": true
}