---
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 input or unsupported state.
- `401` — Unauthorized — missing or invalid API key.
- `403` — Forbidden — caller is not permitted to perform this action.
- `422` — Unprocessable entity — validation failed.
- `429` — Too Many Requests — rate or capacity limit exceeded. Inspect the `Retry-After` header and the `retry_after` body field for the wait time in seconds.

---

[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/revisions/87e654ac822e/schema)
