Saltar al contenido principal
GET
Get a batch of contacts by email address

Parámetros de ruta

contact_utk
string

The user token (HubSpot cookie) for the contact that you're searching for.

Parámetros de consulta

property
string

By default, all valued properties will be included. If you include the "property" parameter, then the returned data will only include the property or properties that you request.

propertyMode
string

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. Default is value_and_history.

formSubmissionMode
string

One of all, none, newest, oldest to specify which form submissions should be fetched. Default is all.

showListMemberships
string

Boolean true or false to indicate whether current list memberships should be fetched for the contact. Default is true.

Respuesta

200 - application/json

Successful response - For a given account, return information about a single contact by its user token, stored in the hubspotutk cookie

The response is of type object.

Última modificación el 3 de abril de 2026