Lunchbox · Example Payload

Core Registration Request Example

RestaurantOnline OrderingGuest EngagementCateringMenusOrdersLoyaltyEnterprise

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

Top-level fields

emailpasswordfirst_namelast_namephoneemail_optinauto_loginbirthdate

Example Payload

Raw ↑
{
  "email": "demo@lunchbox.io",
  "password": "string",
  "first_name": "John",
  "last_name": "Smith",
  "phone": "2125551411",
  "email_optin": true,
  "auto_login": true,
  "birthdate": "1990-05-21"
}