Flipdish · JSON Structure

Customers Pending Invitation Structure

An invitation to join a team at Flipdish.

Type: object Properties: 4
RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

PendingInvitation is a JSON Structure definition published by Flipdish, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

AppName Email Otc CreatedAt

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/flipdish/refs/heads/main/json-structure/customers-pending-invitation-structure.json",
  "name": "PendingInvitation",
  "description": "An invitation to join a team at Flipdish.",
  "type": "object",
  "properties": {
    "AppName": {
      "description": "The name of the brand that you have been invited to join.",
      "type": "string",
      "example": "Example Name"
    },
    "Email": {
      "description": "The email address that the invitation was sent to.",
      "type": "string",
      "example": "owner@example.com"
    },
    "Otc": {
      "description": "The one-time code that can be used to accept the invitation.",
      "type": "string",
      "example": "string"
    },
    "CreatedAt": {
      "description": "The time that the invitation was created.",
      "type": "datetime",
      "example": "2026-06-02T12:00:00Z"
    }
  }
}