Punchh · Example Payload

Mobile User Session Example

RestaurantLoyaltyMarketingGuest EngagementOnline OrderingMobilePoint Of SaleWebhooks

Mobile User Session 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

access_tokenuser

Example Payload

Raw ↑
{
  "access_token": {
    "token": "a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4",
    "refresh_token": "a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4",
    "seconds_to_expire": "example",
    "scopes": [
      "example"
    ]
  },
  "user": {}
}