Zum Hauptinhalt springen
PUT
/
contacts
/
v1
/
secondary-email
/
{vid}
/
email
/
{email}
Update a secondary email address
curl --request PUT \
  --url https://api.hubapi.com/contacts/v1/secondary-email/{vid}/email/{email}
{
  "portalId": 589323,
  "vid": 21316,
  "secondaryEmails": [
    "updatedAddress@hubspot.com",
    "newlyDiscoveredAddress@hubspot.com"
  ]
}

Antwort

200 - application/json

Successful response - Update an existing secondary email address for a contact

The response is of type object.

Last modified on April 9, 2026