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.