---
title: "List clients"
method: GET
path: "/client"
tags: ["Client Management"]
---

# List clients

`GET /client`

Retrieve a list of clients.

## Response `200`

A list of Client Objects.

- Client[]
  - `client_id` string
  - `redirect_uris` string[]
  - `response_types` string[]
  - `grant_types` string[]
  - `application_type` string
  - `contacts` string[]
  - `client_name` string, required
  - `logo_uri` string
  - `client_uri` string, required
  - `policy_uri` string
  - `tos_uri` string
  - `default_max_age` integer
  - `default_scopes` string[]

## Other responses

- `default` — OAuth 2.0 error response

---

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