Skip to main content
GET
Get a specific gravitino-shared client

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

name
string
required

Response

Client details

id
string
required

Internal Keycloak ID (UUID) of the client.

client_id
string
required

The clientId that identifies the client in Keycloak.

name
string
required

Display name of the client.

enabled
boolean
required

Whether the client is enabled.

service_accounts_enabled
boolean
required

Whether the service account, used for the client credentials grant, is enabled for the client.

secret
string | null

The client secret. None if the client has no secret or it couldn't be retrieved.