A collection of methods related to the Account API
Methods
-
Get account info
Returns:
Type Description Promise Example
const hs = new HubspotClient(props); const accountDetails = await hs.account.getAccountDetails();
-
Check to see how many API calls have been made for a portal for the current day as well as the time that the limit will reset
Returns:
Type Description Promise Example
const hs = new HubspotClient(props); const dailyLimit = await hs.account.getDailyLimit();