---
title: "Fetch a single client details"
method: GET
path: "/api/v1beta1/clients/{client_id}"
tags: ["clients"]
---

# Fetch a single client details

`GET /api/v1beta1/clients/{client_id}`

## Response `200`

Client details

- Client
  - `client_id` string, required
  - `client_secret` string — Required for clients with kind 'confidential'
  - `kind` 'public' | 'confidential', required
  - `allowed_scopes` string, required
  - `allowed_redirect_uris` string[], required

## Other responses

- `401` — Authentication failed
- `404` — A client with the given client ID doesn't exist

## Changes

- **2026-07-17** `e8c51f6a5e52` — 1 info
  - endpoint added
- **2020-06-09** `fef8c7872fcf` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/enseadaio/apis/enseada/changes/api/v1beta1/clients/:client_id/get.md)

---

[API](https://skmtc.dev/enseadaio/apis/enseada.md) · [All operations](https://skmtc.dev/enseadaio/apis/enseada/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/enseadaio/enseada/revisions/e8c51f6a5e52/schema)
