Flipdish · Example Payload

Apps App Store App Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

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

Top-level fields

IdVerificationStatusLogoOAuthAppIdInternalDetailsConfigurationTypeStoreSelectorTypeFieldGroupsSetupInstructionsExternalSetupLinkTeammateAppAccessLevelPermissionsTypeSupportExternalFunctionActionUrlExternalFunctionSignatureKeyIsPaidNameDescriptionIsEnabledCategoriesCountriesDeveloperName

Example Payload

Raw ↑
{
  "Id": "500123",
  "VerificationStatus": "Draft",
  "Logo": "string",
  "OAuthAppId": "500123",
  "Internal": true,
  "Details": "string",
  "ConfigurationType": "ExternalLink",
  "StoreSelectorType": "None",
  "FieldGroups": [],
  "SetupInstructions": "string",
  "ExternalSetupLink": "https://api.flipdish.co/example",
  "TeammateAppAccessLevel": "Owner",
  "PermissionsType": "Teammate",
  "Support": "string",
  "ExternalFunctionActionUrl": "https://api.flipdish.co/example",
  "ExternalFunctionSignatureKey": "string",
  "IsPaid": true,
  "Name": "Example Name",
  "Description": "string",
  "IsEnabled": true,
  "Categories": [
    "PointOfSale"
  ],
  "Countries": [
    "GB"
  ],
  "DeveloperName": "Example Name"
}