Flipdish · Example Payload

Customers App Install Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

Customers App Install Example is an example object payload from Flipdish, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

NameFirstLoginFirstLoginHumanLastActivityLastActivityHumanGoogleTokensAppleTokensOrderCountUserAgentAtSignupUserAgentMostRecent

Example Payload

Raw ↑
{
  "Name": "Example Name",
  "FirstLogin": "2026-06-02T12:00:00Z",
  "FirstLoginHuman": "string",
  "LastActivity": "2026-06-02T12:00:00Z",
  "LastActivityHuman": "string",
  "GoogleTokens": 1,
  "AppleTokens": 1,
  "OrderCount": 3,
  "UserAgentAtSignup": "string",
  "UserAgentMostRecent": "string"
}