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"
]
}Update an existing secondary email address for a contact.
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"
]
}Scope requirements
Successful response - Update an existing secondary email address for a contact
The response is of type object.