---
title: "Read Target App"
method: GET
path: "/console/v1/target_app/{id}"
tags: ["Target App"]
---

# Read Target App

`GET /console/v1/target_app/{id}`

## Path parameters

- `id` string, required

## Response `200`

Read 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

## Other responses

- `401` — This endpoint only accepts an active CONSOLE key, but an invalid key was sent. Key: console-xxxXXXxxxXXXxxx

---

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