getClient()
Retrieves a single client by its ID, if the ID is valid. Throws an error otherwise.
const clientId = 'my-client-id';
const client = await clerkClient.clients.getClient(clientId);- Name
clientId- Type
string- Description
The ID of the client to retrieve.