---
title: "POST /api/v1.0/whitelabelconfig/{appId}/appstore"
method: POST
path: "/api/v1.0/whitelabelconfig/{appId}/appstore"
tags: ["WhiteLabelConfig"]
---

# POST /api/v1.0/whitelabelconfig/{appId}/appstore

`POST /api/v1.0/whitelabelconfig/{appId}/appstore`

## Path parameters

- `appId` string, required

## Request body

- AppStoreConfigModel — App Store configuration model
  - `WhiteLabelId` integer — White label ID
  - `ReadyToPublishToAppStore` boolean — Ready to publish to app store
  - `AppStoreName` string — App store name
  - `AppStoreAppleId` string — App Store Apple ID
  - `AppStoreUrl` string — App Store URL
  - `AppStoreId` string — App Store ID
  - `AppStorePassword` string — App Store password
  - `TeamId` string — Team ID
  - `AppGroupId` string — App Group ID
  - `BundleId` string — Bundle ID
  - `AppStoreSigningIdentity` string — App Store signing identity
  - `AppStoreToken` string — App Store token
  - `AppStoreMerchantId` string — App Store merchant ID
  - `P8PrivateKey` string — P8 private key
  - `P8PrivateKeyId` string — P8 private key ID

## Response `200`

OK

- RestApiResultAppStoreConfigModel — Rest api result
  - `Data` AppStoreConfigModel, required — App Store configuration model
    - `WhiteLabelId` integer — White label ID
    - `ReadyToPublishToAppStore` boolean — Ready to publish to app store
    - `AppStoreName` string — App store name
    - `AppStoreAppleId` string — App Store Apple ID
    - `AppStoreUrl` string — App Store URL
    - `AppStoreId` string — App Store ID
    - `AppStorePassword` string — App Store password
    - `TeamId` string — Team ID
    - `AppGroupId` string — App Group ID
    - `BundleId` string — Bundle ID
    - `AppStoreSigningIdentity` string — App Store signing identity
    - `AppStoreToken` string — App Store token
    - `AppStoreMerchantId` string — App Store merchant ID
    - `P8PrivateKey` string — P8 private key
    - `P8PrivateKeyId` string — P8 private key ID

## Other responses

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

---

[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)
