.account

Enables fetching account details, ensuring that users can easily retrieve personal or organizational account information.


Retrieves detailed information about the user's account.

 const {body: account}  = await api.account.getAccountInformation()
 
 console.log(account)