Punchh · Example Payload

Mobile Login Request Example

RestaurantLoyaltyMarketingGuest EngagementOnline OrderingMobilePoint Of SaleWebhooks

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

Top-level fields

clientuser

Example Payload

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