---
title: "Gets the details of a specific client."
method: GET
path: "/client/{clientId}"
tags: ["Client"]
---

# Gets the details of a specific client.

`GET /client/{clientId}`

## Path parameters

- `clientId` string, required

## Response `200`

OK

- Client — The response containing the id and secret of a dynamically registered client. Additionally, it contains all registered metadata for the client.
  - `client_id` string, required
  - `client_secret` string, nullable, required
  - `client_id_issued_at` integer, nullable, required
  - `client_secret_expires_at` integer, nullable, required
  - `redirect_uris` array[], nullable, required
    - string[]
  - `grant_types` array[], nullable, required
    - string[]
  - `response_types` array[], nullable, required
    - string[]
  - `client_name` string, nullable, required
  - `client_uri` string, nullable, required
  - `logo_uri` string, nullable, required
  - `scope` string, nullable, required — String containing a space-separated list of scope values that the client can use when requesting access tokens.
  - `contacts` string[], nullable, required — Array of strings representing ways to contact people responsible for this client, typically email addresses.
  - `tos_uri` string, nullable, required
  - `policy_uri` string, nullable, required
  - `jwks_uri` string, nullable, required
  - `jwks` object, nullable, required
    - `keys` JsonWebKey[], nullable
      - `alg` string, nullable
      - `crv` string, nullable
      - `d` string, nullable
      - `dp` string, nullable
      - `dq` string, nullable
      - `e` string, nullable
      - `k` string, nullable
      - `key_ops` string[], nullable
      - `kid` string, nullable
      - `kty` string, nullable
      - `n` string, nullable
      - `oth` string[], nullable
      - `p` string, nullable
      - `q` string, nullable
      - `qi` string, nullable
      - `use` string, nullable
      - `x` string, nullable
      - `x5c` string[], nullable
      - `x5t` string, nullable
      - `x5t#S256` string, nullable
      - `x5u` string, nullable
      - `y` string, nullable
      - `pub` string, nullable
      - `priv` string, nullable

## Other responses

- `400` — Bad Request
- `401` — Unauthenticated
- `403` — Forbidden

---

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