venture.jsHomeHomeExamplesExamplesDocumentationDocumentation
GitHubGitHub (opens in a new tab)
  • Home
  • User
    • Get User
    • Delete User
    • List User Events

On This Page

  • Example
  • Usage
  • Return Type
Question? Give us feedback → (opens in a new tab)Edit this page
Examples
User
Get User

Get the current user

Retrieves information related to the currently authenticated User. API Reference (opens in a new tab)

Example

const venture = new VentureClient('TOKEN');
const user = await venture.user.getCurrent();

Usage

  • This method accepts no parameters.

Return Type

  • Promise<User>
UserDelete User

Built with Nextra by M1.