APIs & Integrations

thethlaing
Member

Get all contacts API

Hi there,

I just want to know if there is a way to get all the contact properties when I get the contacts from API. Currently it only gave a few ones. Please help.

Thanks in advance.

0 Upvotes
2 Replies 2
3PETE
HubSpot Employee
HubSpot Employee

Get all contacts API

To limit the size of our payload our get all contacts endpoint won’t return all of the properties. If there are any specific properties you need you could list them out using the property parameter ex. &property=firstname&property=lastname…etc If you need to make a call to receive all of the properties you can use the get contact by email address endpoint instead and just cycle through the contacts in your contact database.

0 Upvotes
3PETE
HubSpot Employee
HubSpot Employee

Get all contacts API

What is the API call that you are currently using to make the request?

0 Upvotes