Is it possible to grab the values from custom fields using the API?

We have created some custom fields under Deals. Is it possible to grab the values from these fields using the API?

Hi @ricky23,

Yes:

Late to the party on this one, but is there a way to determine if the field was created by a user and is a custom field? We may not know in advance the name of the fields they created.

Is it safe to assume that if createdUserId is not null, then it’s a custom, user created field?

Hi @Derek_Gervais, is there a similiar way to get custom contact properties?

Hi @a_hubspot_api_user,

Yes, you would use this Contacts API endpoint (or the email version) and include &property=your_custom_property's_internal_name as a query parameter.