---
title: "Get a single app by ID"
method: GET
path: "/api/v1/apps/{id}"
tags: ["Apps"]
---

# Get a single app by ID

`GET /api/v1/apps/{id}`

Required scope - read_app

## Path parameters

- `id` number, required

## Response `200`

A single app object

- object
  - `app` AppDetail
    - `id` number, required
    - `clientId` string, required
    - `name` string, required
    - `isActive` boolean, required
    - `type` 'spa' | 's2s', required
    - `redirectUris` string[], required
    - `useSystemMfaConfig` boolean, required
    - `requireEmailMfa` boolean, required
    - `requireOtpMfa` boolean, required
    - `requireSmsMfa` boolean, required
    - `allowEmailMfaAsBackup` boolean, required
    - `createdAt` string, required
    - `updatedAt` string, required
    - `deletedAt` string, nullable, required
    - `scopes` string[], required

## Changes

- **2025-08-13** `5ad1a47c235e` — 1 breaking
  - removed the required property `app/allOf[#/components/schemas/App]/secret` from the response with the `200` status
- **2025-05-07** `426c1916f602` — 5 info
  - added the required property `app/allOf[#/components/schemas/App]/allowEmailMfaAsBackup` to the response with the `200` status
  - added the required property `app/allOf[#/components/schemas/App]/requireEmailMfa` to the response with the `200` status
  - added the required property `app/allOf[#/components/schemas/App]/requireOtpMfa` to the response with the `200` status
  - added the required property `app/allOf[#/components/schemas/App]/requireSmsMfa` to the response with the `200` status
  - …1 more
- **2024-10-03** `795cad873b47` — 11 info
  - the response property `app/allOf[#/components/schemas/App]/clientId` became required for the status `200`
  - the response property `app/allOf[#/components/schemas/App]/createdAt` became required for the status `200`
  - the response property `app/allOf[#/components/schemas/App]/deletedAt` became required for the status `200`
  - the response property `app/allOf[#/components/schemas/App]/id` became required for the status `200`
  - …7 more
- …earlier changes not shown

[Full history](https://skmtc.dev/valuemelody/apis/melody-auth-s2s-api/changes/api/v1/apps/:id/get.md)

---

[API](https://skmtc.dev/valuemelody/apis/melody-auth-s2s-api.md) · [All operations](https://skmtc.dev/valuemelody/apis/melody-auth-s2s-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/valuemelody/melody-auth-s2s-api/revisions/2e1471620fd7/schema)
