Thanx · Example Payload

Consumer Api User Input Example

RestaurantLoyaltyGuest EngagementMarketingCRMOnline OrderingWebhooksPointsRewardsCampaigns

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

Top-level fields

emailphonefirst_namelast_namebirth_datezip_codesignup_program_id

Example Payload

Raw ↑
{
  "email": "jane.smith@example.com",
  "phone": "+14158672345",
  "first_name": "Jane",
  "last_name": "Smith",
  "birth_date": {
    "year": 1987,
    "month": 8,
    "day": 14
  },
  "zip_code": "94105",
  "signup_program_id": "92b7b0dac4"
}