---
title: "Create app"
method: POST
path: "/app"
tags: ["App (OAuth)"]
---

# Create app

`POST /app`

Create an app.

## Request body

- object — Basic app information.
  - `name` string, required
  - `redirectURI` string, required

## Response `200`

OAuth 2.0 client ID and secret.

- object
  - `data` object, required
    - `id` string, required — OAuth 2.0 client ID.
    - `secret` string, required — OAuth 2.0 client secret.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `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 `400`
  - 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 `429`
  - the response's body type/format changed from ``/`` to `object`/`` for status `500`
  - …24 more
- **2025-03-07** `979a6c40552c` — 3 breaking, 1 warning, 4 info
  - added the new required request property `name`
  - added the new required request property `redirectURI`
  - the request's body type/format changed from ``/`` to `object`/``
  - removed `#/components/schemas/App` from the request body `allOf` list
  - …4 more
- **2025-02-25** `43a60054211e` — 1 breaking
  - added the new required request property `allOf[#/components/schemas/App]/secret`
- **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/post.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)
