Punchh · Example Payload

Mobile Access Token Example

RestaurantLoyaltyMarketingGuest EngagementOnline OrderingMobilePoint Of SaleWebhooks

Mobile Access Token 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

tokenrefresh_tokenseconds_to_expirescopes

Example Payload

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