Zum Hauptinhalt springen
GET
/
contacts
/
v1
/
secondary-email
/
{vid}
Search for contacts by email
curl --request GET \
  --url https://api.hubapi.com/contacts/v1/secondary-email/{vid}
{
  "portalId": 589323,
  "vid": 21316,
  "secondaryEmails": [
    "oldAddress@hubspot.com"
  ]
}

Antwort

200 - application/json

Successful response - Returns an array of secondary email addresses associated with a contact

The response is of type object.

Last modified on April 9, 2026