client

クライアントの詳細を取得します。

get/clients/{clientID}/detail

Response

正常に取得できました。

clientIdstring

クライアントID

namestring

クライアント名

descriptionstring

クライアント説明

creatorIdstring uuid

クライアント作成者UUID

scopesClientScope[]

要求スコープの配列

redirectUristring uri

OAuth2リダイレクトURL

secretstring

クライアントSecret

Changes