---
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
    - `clientId` string
    - `name` string
    - `isActive` boolean
    - `type` 'spa' | 's2s'
    - `secret` string
    - `redirectUris` string[]
    - `createdAt` string
    - `updatedAt` string
    - `deletedAt` string, nullable

## Changes

- **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.dev/valuemelody/apis/melody-auth-s2s-api/revisions/ffd604cd7944?raw)
