---
title: "GET /oauth-server/clients/:client-id"
method: GET
path: "/oauth-server/clients/:client-id"
---

# GET /oauth-server/clients/:client-id

`GET /oauth-server/clients/:client-id`

## Response `200`

The OAuth client infos.

- object
  - `name` string — Short name
  - `description` string — One-liner tagline
  - `email` string — Support email
  - `icon` string — Icon
  - `homepage` Uri — unresolved $ref
  - `privacy` Uri — unresolved $ref
  - `tou` Uri — unresolved $ref
  - `grant` object — The capacities granted to this client
    - `capacities` union[] — The granted capacities.
      - union
        - string
        - string
    - `time` string — The time at which this grant was issued.

## Other responses

- `404` — The OAuth client does not exist

---

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