---
title: "Create Target App"
method: POST
path: "/console/v1/target_app"
tags: ["Target App"]
---

# Create Target App

`POST /console/v1/target_app`

## Request body

- TargetAppCreateDto
  - `name` string, required — name of the target app
  - `description` string, required — a description of the target app
  - `gates` string[] — Gate IDs to assign to target app(s)
  - `dynamicConfigs` string[] — Dynamic Config IDs to assign to target app(s)
  - `experiments` string[] — Experiment IDs to assign to target app(s)
  - `layers` string[] — Layer IDs to assign to target app(s)
  - `parameterStores` string[] — Parameter Store IDs to assign to target app(s)

## Response `200`

Create Target App Success

- object
  - `message` string, required — A simple string explaining the result of the operation.
  - `data` object, required — A single result.
    - `id` string — id of target app
    - `name` string, required — name of the target app

---

[API](https://skmtc.net/statsig/apis/console-api.md) · [All operations](https://skmtc.net/statsig/apis/console-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/statsig/console-api/revisions/3189f450c93b/schema)
