APIs & Integrations

swetha_salaskar
Member

Retrieve all contacts

Hi,

The api for Get all contacts returns data only for few contacts.How do I retrieve all contacts?

Thanks
Swetha

0 Upvotes
2 Replies 2
swetha_salaskar
Member

Retrieve all contacts

Hi Derek,
I got that.Thanks for your reply.

Thanks
Swetha

Derek_Gervais
HubSpot Alumni
HubSpot Alumni

Retrieve all contacts

Hi @swetha.salaskar,

You'll only get a single page of contacts; to get all contacts you'll need to request the next page of contacts using the vidOffset parameter:

Get all contacts | Contacts API

GET /contacts/v1/lists/all/contacts/all - For a given portal, return all contacts that have been created in the portal.

0 Upvotes