Hello,
I’m currently working on updating an integration that still uses the HubSpot V1 API to V3, but I’m encountering some issues with specific endpoints.
The endpoint:
https://api.hubapi.com/contacts/v1/lists/{listId}/contacts/recent
Does this have a functional equivalent in V3, or will it continue to be supported?
Although there is an endpoint in V3:
/crm/v3/objects/contacts/{contactId}
it doesn’t return all the same data as the V1 /profile endpoint. To retrieve similar information, I have to use the ?properties= query parameter — but the list of properties gets really long (I mean really), and I’m unsure if that’s the proper or recommended approach.
Thanks in advance — I look forward to your response!