---
title: "GET /v1/oauth-clients"
method: GET
path: "/v1/oauth-clients"
tags: ["OAuth Clients"]
---

# GET /v1/oauth-clients

`GET /v1/oauth-clients`

List OAuth 2.0 clients for your organization

## Query parameters

- `organization_id` string, uuid

## Response `200`

Default Response

- object
  - `clients` object[]
    - `id` string
    - `client_id` string
    - `name` string
    - `description` string
    - `redirect_uris` string[]
    - `scopes` string[]
    - `is_public` boolean
    - `is_enabled` boolean
    - `created_at` string
    - `updated_at` string

---

[API](https://skmtc.net/printhiv3d/apis/hive-api-documentation.md) · [All operations](https://skmtc.net/printhiv3d/apis/hive-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/printhiv3d/hive-api-documentation/revisions/7ce1b00726fd/schema)
