---
title: "List connected OAuth apps"
method: GET
path: "/public/v1/oauth/apps/"
tags: ["OAuth"]
---

# List connected OAuth apps

`GET /public/v1/oauth/apps/`

Returns all OAuth apps the authenticated user has authorized.

## Response `200`

- ConnectedApp[]
  - `id` integer, required — Unique identifier of the authorization, used to disconnect the app.
  - `name` string, required — Display name of the connected application.
  - `client_id` string, required — OAuth client_id of the connected application.
  - `granted_scopes` string[], required — Scopes the user granted to this application.
  - `created_at` string, date-time, required — When the application was first authorized.

## Other responses

- `400` — Bad request — invalid or missing parameters.
- `401` — Unauthorized — missing or invalid API key.
- `422` — Unprocessable entity — validation failed.

---

[API](https://skmtc.net/influencers/apis/core-api-concepts.md) · [All operations](https://skmtc.net/influencers/apis/core-api-concepts/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/influencers/core-api-concepts/versions/cd6c016f2cd6/schema)
