APIs & Integrations

Not applicable

Get all contacts -- limited response

I'm trying to fetch all contacts (20,000+) from hubspot so that I can iterate through them and save their hubspot id's but the most I can get back from this endpoint is 250 contacts. I must be missing something, please help! :slight_smile:

0 Upvotes
1 Reply 1
Derek_Gervais
HubSpot Alumni
HubSpot Alumni

Get all contacts -- limited response

Hi @mrmb,

The response from that endpoint is paginated, so you'll need to make subsequent requests that include the vidOffset parameter to get the next 250:

0 Upvotes