---
title: "クライアントを取得する"
method: GET
path: "/applications/{applicationId}/clients/{clientId}"
---

# クライアントを取得する

`GET /applications/{applicationId}/clients/{clientId}`

## Path parameters

- `applicationId` string, required
- `clientId` string, required

## Response `200`

200

- object[]
  - `clientId` string
  - `applicationId` string
  - `scope` string
  - `enabled` integer
  - `creationTimestamp` integer

## Other responses

- `401` — 401

---

[API](https://skmtc.dev/fd/apis/mimi-developer-api.md) · [All operations](https://skmtc.dev/fd/apis/mimi-developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fd/mimi-developer-api/revisions/0d02ba774f0a/schema)
