# Returns a client by clientId Endpoint: GET /v1/clients/{clientId} Version: V1 Security: authorization_code_with_pkce, client_credentials ## Path parameters: - `clientId` (string, required) The client ID of the client to retrieve. ## Response 200 fields (application/json): - `clientId` (string, required) Client ID - `name` (string, required) Client name - `description` (string, required) Client description - `allowedGrantTypes` (array, required) Allowed grant types. I.e. "authorization_code", "client_credentials", "password", etc. - `redirectUris` (array, required) Allowed redirect uris - `allowedScopes` (array, required) Scopes that can be requested for this client ## Response 400 fields ## Response 401 fields ## Response 403 fields