---
title: "Changes to Get app"
method: GET
path: "/app/{id}"
---

# Changes to Get app

`GET /app/{id}`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 5 of 41 revisions.

- **2025-03-19** `1c6726b12e29` — 4 breaking, 24 info
- **2025-03-07** `979a6c40552c` — 2 breaking, 4 info
- **2025-02-25** `43a60054211e` — 1 info
- **2024-12-18** `416a8af6f912` — 2 info
- **2024-12-17** `967b257f759f` — 1 info

## 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`
  - removed `#/components/schemas/ErrorResponse` from the response body `allOf` list for the response status `401`
  - removed `#/components/schemas/ErrorResponse` from the response body `allOf` list for the response status `404`
  - removed `#/components/schemas/ErrorResponse` from the response body `allOf` list for the response status `429`
  - removed `#/components/schemas/ErrorResponse` from the response body `allOf` list for the response status `500`
  - added the optional property `details` to the response with the `401` status
  - added the optional property `details` to the response with the `404` status
  - added the optional property `details` to the response with the `429` status
  - added the optional property `details` to the response with the `500` status
  - added the optional property `param` to the response with the `401` status
  - added the optional property `param` to the response with the `404` status
  - added the optional property `param` to the response with the `429` status
  - added the optional property `param` to the response with the `500` status
  - added the required property `code` to the response with the `401` status
  - added the required property `code` to the response with the `404` status
  - added the required property `code` to the response with the `429` status
  - added the required property `code` to the response with the `500` status
  - added the required property `message` to the response with the `401` status
  - added the required property `message` to the response with the `404` status
  - added the required property `message` to the response with the `429` status
  - added the required property `message` to the response with the `500` status
  - added the required property `type` to the response with the `401` status
  - added the required property `type` to the response with the `404` status
  - added the required property `type` to the response with the `429` status
  - added the required property `type` to the response with the `500` status
- **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`
  - added the non-success response with the status `429`
  - added the non-success response with the status `500`
- **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

---

[Operation](https://skmtc.dev/terminaldotshop/apis/terminal-api/docs/app/:id/get.md) · [API](https://skmtc.dev/terminaldotshop/apis/terminal-api.md) · [Page](https://skmtc.dev/terminaldotshop/apis/terminal-api/changes/app/:id/get)
