Punchh · Example Payload

Mobile Create User Request Example

RestaurantLoyaltyMarketingGuest EngagementOnline OrderingMobilePoint Of SaleWebhooks

Mobile Create User Request Example is an example object payload from Punchh, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

clientemailpasswordfirst_name

Example Payload

Raw ↑
{
  "client": "business_client_key",
  "email": "jsmith@example.com",
  "password": "example",
  "first_name": "Jane Smith"
}