APIs & Integrations

Sukhdeep_kambo
Member

List of all properties

Hello All,

I am working with Hubspot API to create/update contacts from external application by using api endpoints provided by Hubspot.

Could you please let me know from where can I get the list of all available properties of Contact entity like name, address, phone etc. Is it feasible to determine which properties are read only i.e. cannot be assigned value while calling their API. I dealt with the similar case that was for createdate and lastmodifieddate.

Please do let me know in case you are not clear with my question.

Thanks!!

0 Upvotes
1 Reply 1
3PETE
HubSpot Employee
HubSpot Employee

List of all properties

@Sukhdeep.kambo If you want to get a list of all the available properties you can use the Contacts Properties API.

https://developers.hubspot.com/docs/methods/companies/company-properties-overview

If you are looking to get the value of each property for a specific contact you can use the contacts API for that.

0 Upvotes