Thanx · Example Payload

Consumer Api User Envelope Example

RestaurantLoyaltyGuest EngagementMarketingCRMOnline OrderingWebhooksPointsRewardsCampaigns

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

Top-level fields

user

Example Payload

Raw ↑
{
  "user": {
    "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"
  }
}