Flipdish · Example Payload

Customers Pending Invitation Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

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

Top-level fields

AppNameEmailOtcCreatedAt

Example Payload

Raw ↑
{
  "AppName": "Example Name",
  "Email": "owner@example.com",
  "Otc": "string",
  "CreatedAt": "2026-06-02T12:00:00Z"
}