---
title: "GET /api/oauth/clients"
method: GET
path: "/api/oauth/clients"
tags: ["oauth"]
---

# GET /api/oauth/clients

`GET /api/oauth/clients`

## Response `200`

Success

- object[]
  - `owner` 'org' | 'user', required
  - `slug` string, required
  - `grant` 'authorization_code' | 'client_credentials' | 'id_jag', required
  - `authorizationUrl` string, required
  - `tokenUrl` string, required
  - `resource` string, nullable
  - `clientId` string, required
  - `origin` union, required
    - object
      - `kind` 'manual', required
    - object
      - `kind` 'dynamic_client_registration', required
      - `integration` string, nullable
    - object
      - `kind` 'first_party', required
      - `integrations` string[], nullable
      - `allowedScopes` string[], nullable

## Other responses

- `500` — InternalError

## Changes

> 7 revisions in range; 5 could not be searched.

- **2026-08-18** `4841c0353d32` — 1 info
  - added `subschema #3` to the `items/origin` response property `anyOf` list for the response status `200`

[Change history](https://skmtc.dev/executor/apis/executor-api/changes/api/oauth/clients/get.md)

---

[API](https://skmtc.dev/executor/apis/executor-api.md) · [All operations](https://skmtc.dev/executor/apis/executor-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/executor/executor-api/revisions/97a522c951f2/schema)
