---
title: "POST /api/v1.0/oauthclients/{oauthAppId}/appstore/apps"
method: POST
path: "/api/v1.0/oauthclients/{oauthAppId}/appstore/apps"
tags: ["AppStoreDeveloper"]
---

# POST /api/v1.0/oauthclients/{oauthAppId}/appstore/apps

`POST /api/v1.0/oauthclients/{oauthAppId}/appstore/apps`

## Path parameters

- `oauthAppId` string, required

## Request body

- CreateAppStoreApp
  - `Details` string, required
  - `ConfigurationType` 'ExternalLink' | 'FlipdishHosted', required
  - `StoreSelectorType` 'None' | 'Single' | 'Multiple', required
  - `FieldGroups` FieldGroup[]
    - `Name` string, required
    - `Description` string
    - `Tooltip` string
    - `Position` integer, required
    - `Fields` Field[]
      - `Name` string, required
      - `Description` string, required
      - `Key` string, required
      - `Tooltip` string
      - `Position` integer, required
      - `DefaultValue` string
      - `ValidValues` ValidValue[]
        - `Code` string, required
        - `Name` string, required
      - `ValidationRegex` string
      - `FieldType` 'Text' | 'TextArea' | 'Integer' | 'Decimal' | 'Date' | 'DateTime' | 'Time' | 'Select' | 'Boolean' | 'ActionButton', required
      - `IsFlipdishRestricted` boolean, nullable
  - `SetupInstructions` string
  - `ExternalSetupLink` string
  - `TeammateAppAccessLevel` 'Owner' | 'StoreOwner' | 'PropertyOwner' | 'ManagedOwner' | 'Integrator' | 'PropertyManager' | 'StoreManager' | 'StoreStaff' | 'StaffMember' | 'StoreReadOnlyAccess' | 'FinanceManger'
  - `PermissionsType` 'Teammate', required
  - `Support` AppStoreAppSupportInfo
    - `PrivacyPolicy` string
    - `TermsOfUse` string
    - `CompanyWebsite` string
    - `LearnMore` string
    - `InstallationMessage` string
    - `SupportEmail` string
  - `ExternalFunctionActionUrl` string
  - `ExternalFunctionSignatureKey` string
  - `IsPaid` boolean
  - `Name` string, required
  - `Description` string, required
  - `IsEnabled` boolean
  - `Categories` string[], required
  - `Countries` string[], required
  - `DeveloperName` string

## Response `200`

OK

- RestApiResultAppStoreApp — Rest api result
  - `Data` AppStoreApp, required
    - `Id` string, required
    - `VerificationStatus` 'Draft' | 'Submitted' | 'Verified', required
    - `Logo` string
    - `OAuthAppId` string, required
    - `Internal` boolean, required
    - `Details` string, required
    - `ConfigurationType` 'ExternalLink' | 'FlipdishHosted', required
    - `StoreSelectorType` 'None' | 'Single' | 'Multiple', required
    - `FieldGroups` FieldGroup[]
      - `Name` string, required
      - `Description` string
      - `Tooltip` string
      - `Position` integer, required
      - `Fields` Field[]
        - `Name` string, required
        - `Description` string, required
        - `Key` string, required
        - `Tooltip` string
        - `Position` integer, required
        - `DefaultValue` string
        - `ValidValues` ValidValue[]
          - `Code` string, required
          - `Name` string, required
        - `ValidationRegex` string
        - `FieldType` 'Text' | 'TextArea' | 'Integer' | 'Decimal' | 'Date' | 'DateTime' | 'Time' | 'Select' | 'Boolean' | 'ActionButton', required
        - `IsFlipdishRestricted` boolean, nullable
    - `SetupInstructions` string
    - `ExternalSetupLink` string
    - `TeammateAppAccessLevel` 'Owner' | 'StoreOwner' | 'PropertyOwner' | 'ManagedOwner' | 'Integrator' | 'PropertyManager' | 'StoreManager' | 'StoreStaff' | 'StaffMember' | 'StoreReadOnlyAccess' | 'FinanceManger'
    - `PermissionsType` 'Teammate', required
    - `Support` AppStoreAppSupportInfo
      - `PrivacyPolicy` string
      - `TermsOfUse` string
      - `CompanyWebsite` string
      - `LearnMore` string
      - `InstallationMessage` string
      - `SupportEmail` string
    - `ExternalFunctionActionUrl` string
    - `ExternalFunctionSignatureKey` string
    - `IsPaid` boolean
    - `Name` string, required
    - `Description` string, required
    - `IsEnabled` boolean
    - `Categories` string[], required
    - `Countries` string[], required
    - `DeveloperName` string

## Other responses

- `400` — BadRequest
- `401` — Authentication has been denied for this request.
- `403` — Successful authentication, but authorization has been denied for this request.

---

[API](https://skmtc.net/flipdish/apis/flipdish-open-api-v1-0.md) · [All operations](https://skmtc.net/flipdish/apis/flipdish-open-api-v1-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/flipdish/flipdish-open-api-v1-0/versions/a72c0465da74/schema)
