A collection of methods related to the Contacts Properties API
Methods
-
Get all contact properties
Returns:
Type Description Promise Example
const hs = new HubspotClient(props); hs.contactsProperties.getAllContactsProperties().then(response => console.log(response))