APIs & Integrations

Mna010
Participant

Contacts List

SOLVE

Hello, I'd like to confirm whether the following endpoint will continue to be supported:

https://api.hubapi.com/contacts/v1/lists/{listId}/contacts/all

We currently use this to fetch contacts from a specific list using its ID. So far, I haven’t found a direct equivalent in V3 that offers the same functionality and level of detail. Any tips? 

Thanks in advance — I look forward to your response!

1 Accepted solution
GRajput
Solution
Recognized Expert | Gold Partner
Recognized Expert | Gold Partner

Contacts List

SOLVE

Hi @Mna010 

curl --request GET \
  --url 'https://api.hubapi.com/crm/v3/lists/316/memberships/join-order?limit=100' \
  --header 'authorization: Bearer '

 

You can use the list membership API to get the ID of the objects in the list

link - https://developers.hubspot.com/docs/reference/api/crm/lists#memberships

 

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

2 Replies 2
GRajput
Solution
Recognized Expert | Gold Partner
Recognized Expert | Gold Partner

Contacts List

SOLVE

Hi @Mna010 

curl --request GET \
  --url 'https://api.hubapi.com/crm/v3/lists/316/memberships/join-order?limit=100' \
  --header 'authorization: Bearer '

 

You can use the list membership API to get the ID of the objects in the list

link - https://developers.hubspot.com/docs/reference/api/crm/lists#memberships

 

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


kennedyp
Community Manager
Community Manager

Contacts List

SOLVE

Hi, @Mna010! The v3 equivalent could be the Lists API Fetch List Memberships Ordered by ID. This method will fetch the memberships of a list in order sorted by the recordId of the records in the list. What level of detail are you hoping to see in these exports? 

 

I want to invite some other community members to see if they have any suggestions.

Hey @DanielPicklo, @GRajput, @MichaelMa do you have any alternative API suggestions for fetching contact record information based on list membership?


HubSpot’s AI-powered customer agent resolves up to 50% of customer queries instantly, with some customers reaching up to 90% resolution rates.
Learn More.


Did you know that the Community is available in other languages?
Join regional conversations by changing your language settings !
0 Upvotes