I am trying to use the hubspot api to get info about various contacts. I can search a contact using the api and get vaious info (lastname, firstname, lifecyclestage, etc.) but im having trouble getting custom properties. I have crm.contacts.read enabled as a scope in my private app so I should be able to read the contact info but I can only see the default properties. How do I view all properties, including cutom ones?
ps. I am working in python using the hubspot api client but anything helps
Hey, @akazan You need to include the properties you want returned as a query param. Otherwise, you’ll only get back a small subset of the default properties. Unfortunately, there isn’t a one-click “include all” option. Here’s the part of the documentation that covers this — specify properties.