Lunchbox · Example Payload

Core Auth Session Example

RestaurantOnline OrderingGuest EngagementCateringMenusOrdersLoyaltyEnterprise

Core Auth Session Example is an example object payload from Lunchbox, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

customer_idauth_cookie

Example Payload

Raw ↑
{
  "customer_id": 1234,
  "auth_cookie": "string"
}