I added a custom property to contacts and managed to populate it fine using my localhost api consumer but i cant seem to access that specific property. Below is my code - I can access all other properties just not the custom one.
While fetching contact(s), HubSpot API only returns some basic properties in the response, not all the properties that a contact holds. If you need to get any specific property, you need to specify that in the parameter.
ok thanks and i see there is no php code snippet for this functionality is that right? never mind ill just use file_get_contents() and the get url. My next question is - how do i ask for multiple properties? oh never mind i see “May be included multiple times.”