---
title: "Get a list of apps"
method: GET
path: "/api/v1/apps"
tags: ["Apps"]
---

# Get a list of apps

`GET /api/v1/apps`

Required scope - read_app

## Response `200`

A list of apps

- object
  - `apps` App[]
    - `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

## Changes

- **2025-08-13** `5ad1a47c235e` — 1 breaking
  - removed the required property `apps/items/secret` from the response with the `200` status
- **2025-05-07** `426c1916f602` — 5 info
  - added the required property `apps/items/allowEmailMfaAsBackup` to the response with the `200` status
  - added the required property `apps/items/requireEmailMfa` to the response with the `200` status
  - added the required property `apps/items/requireOtpMfa` to the response with the `200` status
  - added the required property `apps/items/requireSmsMfa` to the response with the `200` status
  - …1 more
- **2024-10-03** `795cad873b47` — 10 info
  - the response property `apps/items/clientId` became required for the status `200`
  - the response property `apps/items/createdAt` became required for the status `200`
  - the response property `apps/items/deletedAt` became required for the status `200`
  - the response property `apps/items/id` became required for the status `200`
  - …6 more
- **2024-08-11** `11e2773b3a1e` — 14 breaking, 1 info
  - the response property `apps/items/clientId` became optional for the status `200`
  - the response property `apps/items/createdAt` became optional for the status `200`
  - the response property `apps/items/deletedAt` became optional for the status `200`
  - the response property `apps/items/id` became optional for the status `200`
  - …11 more

[Change history](https://skmtc.dev/valuemelody/apis/melody-auth-s2s-api/changes/api/v1/apps/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)
