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);
Required parameters
Name | Type | Description |
---|---|---|
clientId | string | The ID of the client to retrieve. |