---
title: "List Connected Apps"
method: GET
path: "/connected-apps"
tags: ["connected-apps"]
---

# List Connected Apps

`GET /connected-apps`

## Response `200`

Successful Response

- ConnectedAppsResponse
  - `apps` ConnectedAppResponse[], required
    - `id` string, required
    - `name` string, required
    - `description` string, required
    - `scopes` string[], required
    - `logo_url` string, nullable, required

## Changes

- **2026-09-14** `01060c7defa6` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/stardrift/apis/fastapi/changes/connected-apps/get.md)

---

[API](https://skmtc.dev/stardrift/apis/fastapi.md) · [All operations](https://skmtc.dev/stardrift/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc.dev/stardrift/apis/fastapi/revisions/6d2ccd9ff8ca?raw)
