Flipdish · Example Payload

Apps App Store App Configuration Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

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

Top-level fields

IdAppIdAppStoreAppIdIsEnabledStoreIdsSettingsVerificationStatusLogoOAuthAppIdInternalDetailsConfigurationTypeStoreSelectorTypeFieldGroupsSetupInstructionsExternalSetupLinkTeammateAppAccessLevelPermissionsTypeSupportExternalFunctionActionUrlExternalFunctionSignatureKeyIsPaidNameDescriptionCategoriesCountriesDeveloperName

Example Payload

Raw ↑
{
  "Id": "500123",
  "AppId": "500123",
  "AppStoreAppId": "500123",
  "IsEnabled": true,
  "StoreIds": [
    1
  ],
  "Settings": [],
  "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",
  "Categories": [
    "PointOfSale"
  ],
  "Countries": [
    "GB"
  ],
  "DeveloperName": "Example Name"
}