Thanx · Example Payload

Consumer Api User Example

RestaurantLoyaltyGuest EngagementMarketingCRMOnline OrderingWebhooksPointsRewardsCampaigns

Consumer Api User 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

idemailphonefirst_namelast_namebirth_datezip_code

Example Payload

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