This endpoint will return a list of contacts on a particular list (identified by its unique ID) in a given account. Use case for this endpoint: HubSpot customers generally use lists to group similar contacts together for marketing automation.
Unique identifier for the list you're looking for.
This parameter lets you specify the amount of contacts to return in your API call. The default for this parameter is 20 contacts. The maximum amount of contacts you can have returned is 100.
x <= 100
Used to page through the contacts. Every call to this endpoint will return a vid-offset value. This value is used in the vidOffset parameter of the next call to get the next page of contacts.
If you include the "property" parameter, then the properties in the "contact" object in the returned data will only include the property or properties that you request.
One of "value_only" or "value_and_history" to specify if the current value for a property should be fetched, or the value and all the historical values for that property.
value_only
, value_and_history
One of "all", "none", "newest", "oldest" to specify which form submissions should be fetched.
all
, none
, newest
, oldest
Boolean to indicate whether current list memberships should be fetched for the contact.
Successful response with contacts in the list
The response is of type object
.