---
title: "List registered clients"
method: GET
path: "/api/v1beta1/clients"
tags: ["clients"]
---

# List registered clients

`GET /api/v1beta1/clients`

## Query parameters

- `cursor` string, base64
- `limit` integer

## Response `200`

List of clients

- object — Pagination info
  - `count` integer, required — Number of items in the current page
  - `next_cursor` string, required — Opaque cursor to access the next page. Can be `null` if there are no more pages
  - `offset` integer — Offset representing the current page
  - `items` 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

## 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/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)
