---
title: "Get app"
method: GET
path: "/app/{id}"
tags: ["App (OAuth)"]
---

# Get app

`GET /app/{id}`

Get the app with the given ID.

## Path parameters

- `id` string, required — ID of the app to get.

## Response `200`

App.

- object
  - `data` App, required — A Terminal App used for configuring an OAuth 2.0 client.
    - `id` string, required — Unique object identifier. The format and length of IDs may change over time.
    - `name` string, required — Name of the app.
    - `redirectURI` string, required — Redirect URI of the app.
    - `secret` string, required — OAuth 2.0 client secret of the app (obfuscated).

## Other responses

- `401` — Unauthorized
- `404` — Not Found
- `429` — Too Many Requests
- `500` — Internal Server Error

## Changes

- **2025-03-19** `1c6726b12e29` — 4 breaking, 24 info
  - the response's body type/format changed from ``/`` to `object`/`` for status `401`
  - the response's body type/format changed from ``/`` to `object`/`` for status `404`
  - the response's body type/format changed from ``/`` to `object`/`` for status `429`
  - the response's body type/format changed from ``/`` to `object`/`` for status `500`
  - …24 more
- **2025-03-07** `979a6c40552c` — 2 breaking, 4 info
  - the response's body type/format changed from `object`/`` to ``/`` for status `404`
  - removed the required property `error` from the response with the `404` status
  - added `#/components/schemas/ErrorResponse` to the response body `allOf` list for the response status `404`
  - added the non-success response with the status `401`
  - …2 more
- **2025-02-25** `43a60054211e` — 1 info
  - added the required property `data/allOf[#/components/schemas/App]/secret` to the response with the `200` status
- **2024-12-18** `416a8af6f912` — 2 info
  - api tag `App (OAuth)` added
  - api tag `Access` removed
- **2024-12-17** `967b257f759f` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/terminaldotshop/apis/terminal-api/changes/app/:id/get.md)

---

[API](https://skmtc.dev/terminaldotshop/apis/terminal-api.md) · [All operations](https://skmtc.dev/terminaldotshop/apis/terminal-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/terminaldotshop/terminal-api/revisions/84ef614abb97/schema)
