Docs

You are viewing an archived version of the docs.Go to latest version

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.

Feedback

What did you think of this content?

Last updated on