Thanx · Example Payload

Partner Api Campaign Example

RestaurantLoyaltyGuest EngagementMarketingCRMOnline OrderingWebhooksPointsRewardsCampaigns

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

Top-level fields

idnameobjectivestart_atend_atredeemable_fromredeemable_totime_zonefine_printvariants

Example Payload

Raw ↑
{
  "id": "92b7b0dac4",
  "name": "Pizza Town Co",
  "objective": "Free coffee for loyal customers.",
  "start_at": "2025-06-01T18:02:05Z",
  "end_at": "2025-06-01T18:02:05Z",
  "redeemable_from": "2025-06-01T18:02:05Z",
  "redeemable_to": "2025-06-01T18:02:05Z",
  "time_zone": "example",
  "fine_print": "Free coffee for loyal customers.",
  "variants": [
    {
      "id": "92b7b0dac4",
      "name": "Pizza Town Co",
      "reward_template_id": "92b7b0dac4"
    }
  ]
}