• Live group demo of Marketing Hub + Data Agent

    Standardize reporting, reduce manual work, and introduce AI without cleanup

    Join us on March 12
  • Ready to build your local HubSpot community?

    HUG leaders host events, spark connections, and create spaces where people learn and grow together.

    Become a HUG Leader

Help Needed: V3 Equivalent for /contacts/v1/lists/{listId}/contacts/recent

NVerma7
Member

Hello HubSpot Team,

I’m working with Daxko, and we’re currently migrating our HubSpot integration from V1 APIs to V3 to ensure long-term support and compliance.

In our current implementation, we rely heavily on the V1 endpoint:
GET /contacts/v1/lists/{listId}/contacts/recent
This allows us to retrieve recently added contacts (including email and other key properties) from a specific static list.

As we move to V3, we have explored the /crm/v3/lists and related endpoints. However, they do not return the expected list contacts, list ID mappings, membership information, or contact properties. In fact, the response is empty even for known valid static lists.

We are specifically looking for a V3-supported approach to:

  • Retrieve contacts from a specific static list

  • Sort them in recently added order

  • Fetch contact details (such as email, phone, and custom fields)

Could you please guide us on the best practice or available alternatives for achieving this in the V3 API?

Thank you in advance for your support.

Best regards,
Nitin Verma
Integration Developer
Daxko India Technology Solutions Pvt. Ltd.

2 Accepted solutions
Jaycee_Lewis
Solution
Thought Leader

Hi, @NVerma7 Thanks for your post.

 

This community is peer-to-peer, and HubSpot developers and engineers can't offer direct developer support here, the best place for this kind of feedback is the HubSpot Developer Feedback form. This form is the most effective way to share your needs and challenges with them. Please know that this form is intended for feedback and logging these types of issues, not for immediate support. 

 

You can also share your suggestion on the Ideas Forum, where other developers can upvote it.

 

Best,

Jaycee





loop


Loop Marketing is a new four-stage approach that combines AI efficiency and human authenticity to drive growth.

Learn More




View solution in original post

0 Upvotes
GRajput
Solution
Thought Leader | Platinum Partner
Thought Leader | Platinum Partner

Hi @NVerma7 

 

This is the closest api that I found that can solve your problem. On the response body it gives us recordId and membershipTimeStamp, you can filter the recent one from here. Here is the link

https://developers.hubspot.com/docs/reference/api/crm/lists#get-%2Fcrm%2Fv3%2Flists%2F%7Blistid%7D%2...

 

I hope this will help you out. Please mark it as Solution Accepted and upvote to help another Community member.

Thanks!




Gaurav Rajput
Director, MarTech( Growth Natives)

Book a meeting


View solution in original post

0 Upvotes
3 Replies 3
GRajput
Solution
Thought Leader | Platinum Partner
Thought Leader | Platinum Partner

Hi @NVerma7 

 

This is the closest api that I found that can solve your problem. On the response body it gives us recordId and membershipTimeStamp, you can filter the recent one from here. Here is the link

https://developers.hubspot.com/docs/reference/api/crm/lists#get-%2Fcrm%2Fv3%2Flists%2F%7Blistid%7D%2...

 

I hope this will help you out. Please mark it as Solution Accepted and upvote to help another Community member.

Thanks!




Gaurav Rajput
Director, MarTech( Growth Natives)

Book a meeting


0 Upvotes
NVerma7
Member

Please update and reslove my problem

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.
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:

0 Upvotes
Jaycee_Lewis
Solution
Thought Leader

Hi, @NVerma7 Thanks for your post.

 

This community is peer-to-peer, and HubSpot developers and engineers can't offer direct developer support here, the best place for this kind of feedback is the HubSpot Developer Feedback form. This form is the most effective way to share your needs and challenges with them. Please know that this form is intended for feedback and logging these types of issues, not for immediate support. 

 

You can also share your suggestion on the Ideas Forum, where other developers can upvote it.

 

Best,

Jaycee





loop


Loop Marketing is a new four-stage approach that combines AI efficiency and human authenticity to drive growth.

Learn More




0 Upvotes